1
2
3
4
/// Provides foreign key conversion for String.
///
/// Example string "foo" becomes "foo_id"
pub mod foreignkey;