localize_it 2.5.1

Simple and fast library for localization
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod argument_processor;
pub mod errors;
pub mod names;
mod path_argument;
mod run_backend;
pub mod typed_parse;

pub use argument_processor::ArgumentProcessor;
pub use names::provider::NamesProvider;
pub use path_argument::path_argument;
pub use run_backend::run_backend;