https://github.com/sbdchd/tnetstring
:postbox: A TNetString serde plugin and parser for Rust.
https://github.com/sbdchd/tnetstring
rust serde tnetstrings
Last synced: about 2 months ago
JSON representation
:postbox: A TNetString serde plugin and parser for Rust.
- Host: GitHub
- URL: https://github.com/sbdchd/tnetstring
- Owner: sbdchd
- Created: 2019-09-02T06:20:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T20:12:23.000Z (over 6 years ago)
- Last Synced: 2025-01-02T02:29:15.349Z (over 1 year ago)
- Topics: rust, serde, tnetstrings
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tnetstring [](https://crates.io/crates/tnetstring) [](https://circleci.com/gh/sbdchd/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`