derive_sql_common/
lib.rs

1//! Common functions/items employed through the `derive-sql` crates and associated
2
3pub mod derive;
4