{"id":16221585,"url":"https://github.com/rahix/ezconf","last_synced_at":"2025-04-08T00:43:41.336Z","repository":{"id":57627107,"uuid":"132658713","full_name":"Rahix/ezconf","owner":"Rahix","description":"Easy and boilerplate free toml configuration for rust programs","archived":false,"fork":false,"pushed_at":"2018-10-22T21:29:23.000Z","size":8686,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T15:58:11.796Z","etag":null,"topics":["configuration","rust","toml"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rahix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-08T20:03:38.000Z","updated_at":"2018-10-22T20:46:16.000Z","dependencies_parsed_at":"2022-08-23T17:10:35.336Z","dependency_job_id":null,"html_url":"https://github.com/Rahix/ezconf","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahix%2Fezconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahix%2Fezconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahix%2Fezconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahix%2Fezconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahix","download_url":"https://codeload.github.com/Rahix/ezconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755571,"owners_count":20990622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","rust","toml"],"created_at":"2024-10-10T12:08:59.075Z","updated_at":"2025-04-08T00:43:41.310Z","avatar_url":"https://github.com/Rahix.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"ezconf [![crates.io page](http://meritbadge.herokuapp.com/ezconf)](https://crates.io/crates/ezconf) [![Build Status](https://travis-ci.org/Rahix/ezconf.svg?branch=master)](https://travis-ci.org/Rahix/ezconf) [![docs.rs](https://docs.rs/ezconf/badge.svg)](https://docs.rs/ezconf)\n======\n\nA library to add configuration options to your project with as little\nboilerplate as possible. Uses `toml` as the configuration format.\n\n## Example ##\n\n```rust\nextern crate ezconf;\n\nstatic CONFIG: ezconf::Config = ezconf::INIT;\n\nfn main() {\n    CONFIG\n        .init([ezconf::Source::File(\"tests/test.toml\")].iter())\n        .unwrap();\n\n    let v = CONFIG.get_or::\u003cString\u003e(\"string.a\", \"Hello String\".into());\n    println!(\"Value: {:?}\", v);\n}\n```\n\n## License ##\nezconf is licensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahix%2Fezconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahix%2Fezconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahix%2Fezconf/lists"}