schema_org_constants 0.0.4

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

[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.4"

[package.metadata.docs.rs]
all-features = true