apivolve_generator_api 0.1.1

Api for creating generators for Apivolve, an API evolution tool that helps keep your APIs backwards compatible yet clean.
Documentation
1
2
3
4
5
6
7
8
9
mod gen_trait;
mod protocol;
mod run;

pub use self::gen_trait::ErrMsg;
pub use self::gen_trait::GenResult;
pub use self::gen_trait::Generator;
pub use self::protocol::GeneratorProtocol;
pub use self::run::run_generator;