schema_org_constants 0.0.2

Schema.org schemas as Rust constants
1
2
3
4
5
6
7
8
9
10
[package]
description = "Schema.org schemas as Rust constants"
edition = "2021"
license = "MIT"
name = "schema_org_constants"
readme = "README.md"
repository = "https://github.com/Toromyx/schema_org_crates"
version = "0.0.2"
[package.metadata.docs.rs]
features = ["doc"]