serde_shon
serde_shon is a Rust library for parsing the SHON data format. The definition of the format is based on the description present in shon-go.
This library is intended to be used with Serde.
Installation
Include the library as part of the dependencies in Cargo.toml:
[]
= "0.1.0"
Usage
use Deserialize;
use from_args;
use env;
Features
The serializer supports common Rust data types for serialization and deserialization, like enums and structs.
The library might currently still have a few bugs and be incomplete in the implementation. If you find something troubling, either write up an issue or perhaps even a PR, contributions are always welcome.