1 2 3 4 5 6 7 8
mod args; mod builder; /// The maximum amount of arguments allowed inside a arguments container. pub const MAX_ARG_COUNT : usize = 1024; pub use args::Arguments; pub use builder::ArgumentsBuilder;