predawn-macro-core 0.9.0

Core types and functions for macros in predawn
Documentation
1
2
3
4
5
mod schema_attr;
mod serde_attr;
pub mod util;

pub use self::{schema_attr::SchemaAttr, serde_attr::SerdeAttr};