apollo-configuration-macros 0.1.1

Supporting macros for apollo-configuration (internal, do not use directly)
Documentation
1
2
3
4
5
mod enums;
mod structs;

pub(crate) use enums::generate_configuration_enum;
pub(crate) use structs::generate_configuration_struct;