-
```shell
cargo test
cargo fmt
cargo clippy -- -Dwarnings
cargo publish
```
-
A [TNetString](https://tnetstrings.info) serde plugin and parser for Rust.
```shell
cargo add tnetstring
```
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.