logix-type 0.11.2

Provides the `LogixType` trait and the parser for `.logix` files, aimed at enabling easy-to-read-and-write configurations for `logix`.
Documentation
1
2
3
4
5
mod esc;
mod str_lit;
mod txt;

pub use self::str_lit::StrLit;