tnetstring 0.2.0

TNetString parser for Rust
Documentation
  • Coverage
  • 0%
    0 out of 25 items documented0 out of 0 items with examples
  • Size
  • Source code size: 55.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sbdchd

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