jsonway 2.0.0

JSON building DSL and configurable serializers for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Stanislav Panferov <fnight.m@gmail.com>"]
description = "JSON building DSL and configurable serializers for Rust"
documentation = "http://rustless.org/rustless/doc/jsonway/"
keywords = ["json", "serializers"]
license = "MIT"
name = "jsonway"
repository = "https://github.com/rustless/jsonway"
version = "2.0.0"

[[test]]
name = "tests"