schematic 0.19.7

A layered serde configuration and schema library.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "type_regex")]
mod regex;
#[cfg(feature = "type_semver")]
mod semver;

#[cfg(feature = "type_regex")]
pub use regex::*;
#[cfg(feature = "type_semver")]
pub use semver::*;