predawn_macro_core/
lib.rs

1mod schema_attr;
2mod serde_attr;
3pub mod util;
4
5pub use self::{schema_attr::SchemaAttr, serde_attr::SerdeAttr};