uci_rs 0.1.2

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


mod lexer;
mod token;
mod imp;

pub use self::imp::uci_parse;
pub use self::imp::parse_raw_to_uci;