tnetstring 0.2.0

TNetString parser for Rust
Documentation

tnetstring

A TNetString serde plugin and parser for Rust.

Install

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

cargo test

cargo fmt
cargo clippy -- -Dwarnings

cargo publish

TODO

  • serde support for f32 and f64