{"id":68276,"library":"hocon","title":"hocon","description":"Reads HOCON configuration files.","status":"active","version":"0.9.0","language":"rust","source_language":null,"source_url":"https://github.com/mockersf/hocon.rs","tags":["hocon","configuration","config"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhocon = \"0.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hocon","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HoconLoader","correct":"use hocon::HoconLoader;"}],"quickstart":{"code":"use hocon::HoconLoader;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let config = HoconLoader::new().load_file(\"config.conf\")?;\n    let value: String = config[\"key\"].as_string().unwrap();\n    println!(\"Value: {}\", value);\n    Ok(())\n}","lang":"rust","description":"Loads and reads a HOCON configuration file."},"warnings":[],"env_vars":null,"search_vec":"'config':8 'configur':4,7 'file':5 'hocon':1,3,6 'read':2","created_at":"2026-06-17T17:47:40.538408+00:00","updated_at":"2026-06-17T17:47:40.538408+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/mockersf/hocon.rs","github":"https://github.com/mockersf/hocon.rs","docs":"https://docs.rs/hocon/","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}}