schemy

Crates.ioschemy
lib.rsschemy
version0.1.1
created_at2025-04-22 09:46:42.935827+00
updated_at2025-04-25 22:21:29.208554+00
descriptionGenerates Rust types from Schema.org JSON-LD vocabulary.
homepage
repositoryhttps://github.com/frectonz/schemy
max_upload_size
id1643766
size50,802
Fraol Lemecha (frectonz)

documentation

README

schemy

Generates Rust types from Schema.org JSON-LD vocabulary. You can download the JSON vocabulary definition files here.

Generates Rust types from Schema.org JSON-LD vocabulary.

Usage: schemy [OPTIONS]

Options:
  -i, --input-file <SCHEMA_FILE>  Path to the Schema.org JSON-LD input file [default: schema/schemaorg-current-https.jsonld]
  -o, --output-dir <OUTPUT_DIR>   Path to the output directory for the generated Rust crate source [default: schemaorg-rs/src]
  -h, --help                      Print help
  -V, --version                   Print version
Commit count: 66

cargo fmt