1 2 3 4 5
mod input; pub mod names; pub use input::{argument::Argument, Input}; pub use names::provider::NamesProvider;