plugx-input 0.3.1

simple and flexible data-structure with diff, merge, and validation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub(crate) mod any;
pub(crate) mod boolean;
pub(crate) mod dynamic_map;
pub(crate) mod either;
pub(crate) mod r#enum;
pub(crate) mod float;
pub(crate) mod fs;
pub(crate) mod integer;
pub(crate) mod ip;
pub(crate) mod list;
pub(crate) mod log_level;
pub(crate) mod log_level_filter;
pub(crate) mod number;
pub(crate) mod port;
pub(crate) mod socket_address;
pub(crate) mod static_map;
pub(crate) mod string;