{"id":21807495,"url":"https://github.com/ten3roberts/simple-xml","last_synced_at":"2025-04-13T20:52:16.732Z","repository":{"id":57667522,"uuid":"285919850","full_name":"ten3roberts/simple-xml","owner":"ten3roberts","description":"A simple xml parser in rust","archived":false,"fork":false,"pushed_at":"2024-08-05T14:56:16.000Z","size":40,"stargazers_count":1,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T11:21:09.465Z","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/ten3roberts.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-07T20:59:25.000Z","updated_at":"2024-07-20T13:39:55.000Z","dependencies_parsed_at":"2024-11-27T14:50:18.863Z","dependency_job_id":null,"html_url":"https://github.com/ten3roberts/simple-xml","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.09523809523809523,"last_synced_commit":"280efe82b0664e3e555e7748259bcb096d8d6515"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ten3roberts%2Fsimple-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ten3roberts%2Fsimple-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ten3roberts%2Fsimple-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ten3roberts%2Fsimple-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ten3roberts","download_url":"https://codeload.github.com/ten3roberts/simple-xml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317708,"owners_count":21083528,"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-11-27T12:45:21.025Z","updated_at":"2025-04-13T20:52:16.706Z","avatar_url":"https://github.com/ten3roberts.png","language":"Rust","readme":"# Simple XML\nSimple xml is a small crate for reading, parsing and storing xml data\n\n## Usage\nExample parsing:\n\n``` rust\n\nlet note =\n    simple_xml::from_file(\"./examples/note.xml\").expect(\"Failed to parse simple_xml\");\n\nlet to = \u0026note[\"to\"][0];\nlet from = \u0026note[\"from\"][0];\nlet heading = \u0026note.get_nodes(\"heading\").expect(\"Missing heading\")[0];\nlet body = \u0026note[\"body\"][0];\nlet lang = note\n    .get_attribute(\"lang\")\n    .expect(\"Failed to get attribute lang\");\n```\n\nMore examples can be found in the docs and tests\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ften3roberts%2Fsimple-xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ften3roberts%2Fsimple-xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ften3roberts%2Fsimple-xml/lists"}