facet-json-write 0.1.13

JSON writer implementation for the Facet introspection framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "facet-json-write"
version = "0.1.13"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "JSON writer implementation for the Facet introspection framework"
keywords = ["facet", "json", "serialization", "introspection"]
categories = ["development-tools", "encoding"]

[dependencies]
facet-poke.workspace = true
facet-core.workspace = true
log = "0.4.27"