summaryrefslogtreecommitdiffstats
path: root/third_party/rust/Inflector/src/suffix/mod.rs
blob: 2083cd5881b54993ff7e72bb8d971a97569b8d7f (plain)
1
2
3
4
5
#![deny(warnings)]
/// Provides foreign key conversion for String.
///
/// Example string `foo` becomes `foo_id`
pub mod foreignkey;