oneline-template 0.1.0

Library for serialization structures in one-line string. Helpful for path formatting.
Documentation
1
2
3
4
5
6
mod to_string;
pub use self::to_string::ToString;
mod hex;
pub use self::hex::Hex;
mod hex_fmt;
pub use self::hex_fmt::HexFmt;