{"id":17489800,"url":"https://github.com/azkarell/ron_config","last_synced_at":"2025-03-28T16:25:42.915Z","repository":{"id":40404139,"uuid":"489486430","full_name":"Azkarell/ron_config","owner":"Azkarell","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-10T22:24:53.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T16:53:25.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azkarell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-06T20:32:39.000Z","updated_at":"2022-05-19T17:07:46.000Z","dependencies_parsed_at":"2022-08-09T19:30:44.717Z","dependency_job_id":null,"html_url":"https://github.com/Azkarell/ron_config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azkarell%2Fron_config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azkarell%2Fron_config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azkarell%2Fron_config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azkarell%2Fron_config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azkarell","download_url":"https://codeload.github.com/Azkarell/ron_config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246061115,"owners_count":20717379,"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":[],"created_at":"2024-10-19T05:44:04.633Z","updated_at":"2025-03-28T16:25:42.861Z","avatar_url":"https://github.com/Azkarell.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple tool to load configuration from file [![Rust](https://github.com/Azkarell/ron_config/actions/workflows/rust.yml/badge.svg)](https://github.com/Azkarell/ron_config/actions/workflows/rust.yml)\n\n## Issues\nIt is currently not possible to use enums. This is caused by how ron handles enums in its Value struct. Either i write something on my own (which is currently not planned because workaround with strings is possible but cumbersome) or I hope ron improves enum handling intern. As far as i can tell they are working on an improved version. i will wait and see if this is usable.\n\n## Supported file formats\n\nCurrently only ron is supported (as the name suggests :))\n\n\n## Simple usage\n\n```rust\n    use ron_config::ConfigBuilder;\n    let config = ConfigBuilder::new()\n      .str(\"(foo: \\\"bar\\\")\")\n      .build();\n    assert_eq!(config.try_get::\u003cString\u003e(\"foo\".into()).unwrap(), \"bar\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazkarell%2Fron_config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazkarell%2Fron_config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazkarell%2Fron_config/lists"}