1#![deny(warnings)] 2/// Provides foreign key conversion for String. 3/// 4/// Example string `foo` becomes `foo_id` 5pub mod foreignkey;