{"id":71235,"library":"schemafy-core","title":"Schemafy Core","description":"Generates serializeable Rust types from a json schema.","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/Marwes/schemafy","tags":["json-schema","code-generation","serialization"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nschemafy_core = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add schemafy_core","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Schemafy","correct":"use schemafy_core::Schemafy;"}],"quickstart":{"code":"use schemafy_core::Schemafy;\n\nfn main() {\n    let schema = r#\"{\"type\": \"object\", \"properties\": {\"name\": {\"type\": \"string\"}}}\"#;\n    let generated = Schemafy::new().generate(schema).unwrap();\n    println!(\"Generated types: {}\", generated);\n}","lang":"rust","description":"Generate Rust types from a JSON schema."},"warnings":[],"env_vars":null,"search_vec":"'code':15 'code-gener':14 'core':2 'generat':3,16 'json':9,12 'json-schema':11 'rust':5 'schema':10,13 'schemafi':1 'serial':17 'serializ':4 'type':6","created_at":"2026-06-17T18:24:21.957976+00:00","updated_at":"2026-06-17T18:24:21.957976+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Marwes/schemafy","github":"https://github.com/Marwes/schemafy","docs":"https://docs.rs/schemafy_core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","build-tool"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}