cote-derive 0.12.2

Quickly build your command line utils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod arg;
pub mod cote;
pub mod fetch;
pub mod infer;
pub mod sub;
pub mod utils;
pub mod value;

pub use self::utils::*;

pub use self::cote::CoteGenerator;
pub use self::fetch::FetchGenerator;
pub use self::infer::InferGenerator;
pub use self::value::ValueGenerator;