An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# tnetstring [![cargo-badge](https://img.shields.io/crates/v/tnetstring.svg)](https://crates.io/crates/tnetstring) [![CircleCI](https://circleci.com/gh/sbdchd/tnetstring.svg?style=svg)](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`