more-config 3.0.0

Provides support for configuration
Documentation
1
2
3
4
5
6
7
8
9
mod error;

pub use error::Error;

#[cfg(feature = "typed")]
mod r#impl;

#[cfg(feature = "typed")]
pub use r#impl::into;