jsonway 0.3.4

JSON building DSL and configurable serializers for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "jsonway"
version = "0.3.4"
authors = ["Stanislav Panferov <fnight.m@gmail.com>"]
description = "JSON building DSL and configurable serializers for Rust"
keywords = ["json", "serializers"]
license = "MIT"

[dependencies]
rustc-serialize = "*"

[[test]]
name = "tests"