Files
Notes/notes-service/vendor/cruet/src/suffix/mod.rs
T
2026-08-01 16:11:49 +03:00

6 lines
170 B
Rust

/// Provides foreign key conversion for String.
///
/// Example string `foo` becomes `foo_id`
pub mod foreign_key;
pub use foreign_key::{is_foreign_key, to_foreign_key};