# tnetstring A [TNetString](https://tnetstrings.info) serde plugin and parser for Rust. ## Install ```shell cargo add tnetstring ``` ## Why? While there exists a library for parsing TNetStrings in Rust, it doesn't compile on latest and isn't available through Cargo. It also lacks serde support. ## Prior Art - ## Dev ```shell cargo test cargo fmt cargo clippy -- -Dwarnings cargo publish ``` ## TODO - serde support for `f32` and `f64`