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
10
11
12
pub use self::collection::*;
pub use self::declared::*;
pub use self::message::Message;
pub use self::message::Party;
pub use self::scalar::*;
pub use self::typ::*;

mod collection;
mod declared;
mod message;
mod scalar;
mod typ;