[go: up one dir, main page]

schemafy_core 0.6.0

Generates serializeable Rust types from a json schema
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "schemafy_core"
version = "0.6.0" # VERSION_TAG
authors = ["Markus Westerlind <marwes91@gmail.com>"]
edition = "2018"

description = "Generates serializeable Rust types from a json schema"
license = "MIT"

repository = "https://github.com/Marwes/schemafy"
documentation = "https://docs.rs/schemafy"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"