oneline-template 0.1.0

Library for serialization structures in one-line string. Helpful for path formatting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// string functions
pub mod string;
/// bool functions
pub mod bool;
/// int functions
pub mod int;
/// uint functions
pub mod uint;
/// float functions
pub mod float;
/// functions for debugging
pub mod debug;