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 = "binder")]
mod r#impl;

#[cfg(feature = "binder")]
pub use r#impl::{bind, from};