{"id":67326,"library":"schematic","title":"schematic","description":"A layered serde configuration and schema library for managing configurations.","status":"active","version":"0.19.7","language":"rust","source_language":null,"source_url":"https://github.com/moonrepo/schematic","tags":["configuration","schema","serde","layered"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nschematic = \"0.19.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add schematic","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Config","correct":"use schematic::Config;"}],"quickstart":{"code":"use schematic::Config;\n\nfn main() {\n    let config = Config::load(\"config.yaml\").unwrap();\n    println!(\"Config loaded: {:?}\", config);\n}","lang":"rust","description":"Loads a configuration from a YAML file."},"warnings":[{"fix":"Add 'features = [\"yaml\"]' to your Cargo.toml dependency.","message":"Requires the 'yaml' feature flag for YAML support.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'configur':5,11,12 'layer':3,15 'librari':8 'manag':10 'schema':7,13 'schemat':1 'serd':4,14","created_at":"2026-06-17T17:35:42.157042+00:00","updated_at":"2026-06-17T17:35:42.157042+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://moonrepo.github.io/schematic","github":"https://github.com/moonrepo/schematic","docs":"https://docs.rs/schematic/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"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}}