Registry / serialization / schemafy-core

schemafy-core

JSON →
library0.6.0rscratesunverified

Generates serializeable Rust types from a json schema.

# Cargo.toml [dependencies] schemafy_core = "0.6.0"
INSTALL
IMPORT
SIG · SCHEMAFY-CORE
S
schemafy-core
serializationrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Schemafy
use schemafy_core::Schemafy;

Generate Rust types from a JSON schema.

use schemafy_core::Schemafy; fn main() { let schema = r#"{"type": "object", "properties": {"name": {"type": "string"}}}"#; let generated = Schemafy::new().generate(schema).unwrap(); println!("Generated types: {}", generated); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
schemafy-core — cargo add schemafy-core · libregistry