uci_rs 0.1.2

an openwrt's UCI (Unified Configuration Interface) parser and serializer.
Documentation
1
2
3
4
5
6
mod error;

pub use error::Error;
pub use error::PathError;
pub use error::PersistError;
pub type Result<T> = std::result::Result<T, Error>;