Skip to main content

Module lang

Module lang 

Source
Expand description

§Language Tools

Provides common language-level tools and utility functions.

§Author

Haixing Hu

Re-exports§

pub use box_error::BoxError;
pub use box_error::BoxResult;
pub use data_type::DataType;
pub use data_type::DataTypeOf;
pub use argument::ArgumentError;
pub use argument::ArgumentResult;
pub use argument::CollectionArgument;
pub use argument::NumericArgument;
pub use argument::OptionArgument;
pub use argument::StringArgument;
pub use argument::check_argument;
pub use argument::check_state;

Modules§

argument
Argument Validation
box_error
Boxed Error Type Alias
data_type
Data Type Definitions (Language Layer)