schema_org_constants 0.0.3

Schema.org schemas as Rust constants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
default = []
doc = []

[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.3"
[package.metadata.docs.rs]
features = ["doc"]