facet-json 0.2.2

JSON serialization and deserialization support for Facet traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "facet-json"
version = "0.2.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "JSON serialization and deserialization support for Facet traits"
keywords = ["facet", "json", "serialization", "deserialization"]
categories = ["encoding", "development-tools"]

[dependencies]
facet-core = { version = "0.5.3", path = "../facet-core" }
facet-reflect = { version = "0.6.2", path = "../facet-reflect" }
log = "0.4.27"