codama-attributes 0.9.1

Codama attributes definitions and parsers
Documentation
mod utils;

mod attribute;
mod attribute_context;
mod attributes;
mod codama_attribute;
mod codama_directives;
mod derive_attribute;
mod repr_attribute;
mod try_from_filter;
mod unsupported_attribute;

pub use attribute::*;
pub use attribute_context::*;
pub use attributes::*;
pub use codama_attribute::*;
pub use codama_directives::*;
pub use derive_attribute::*;
pub use repr_attribute::*;
pub use try_from_filter::*;
pub use unsupported_attribute::*;