{"id":19557391,"url":"https://github.com/andrefs/lax-oxiri","last_synced_at":"2025-08-26T23:37:24.962Z","repository":{"id":139106394,"uuid":"602294291","full_name":"andrefs/lax-oxiri","owner":"andrefs","description":"Lax development version of oxigraph/oxiri","archived":false,"fork":false,"pushed_at":"2023-05-29T10:01:51.000Z","size":58,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T08:15:28.677Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2023-02-15T22:44:51.000Z","updated_at":"2023-02-15T22:45:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2580ee5-d141-426a-a82d-5ddbe4dd693a","html_url":"https://github.com/andrefs/lax-oxiri","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrefs/lax-oxiri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefs%2Flax-oxiri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefs%2Flax-oxiri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefs%2Flax-oxiri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefs%2Flax-oxiri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrefs","download_url":"https://codeload.github.com/andrefs/lax-oxiri/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrefs%2Flax-oxiri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272267643,"owners_count":24903742,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T04:42:08.293Z","updated_at":"2025-08-26T23:37:24.940Z","avatar_url":"https://github.com/andrefs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"OxIRI\n=====\n\n[![actions status](https://github.com/oxigraph/oxiri/workflows/build/badge.svg)](https://github.com/oxigraph/oxiri/actions)\n[![Latest Version](https://img.shields.io/crates/v/oxiri.svg)](https://crates.io/crates/oxiri)\n[![Released API docs](https://docs.rs/oxiri/badge.svg)](https://docs.rs/oxiri)\n\nOxIRI is a simple and fast implementation of IRIs based on [RFC 3987](https://www.ietf.org/rfc/rfc3987.html).\n\nIt allows zero stack allocation IRI validation and resolution.\n\nExample:\n```rust\nuse oxiri::Iri;\n\n// Parse and validate base IRI\nlet base_iri = Iri::parse(\"http://foo.com/bar/baz\").unwrap();\n\n// Validate and resolve relative IRI\nlet iri = base_iri.resolve(\"bat#foo\").unwrap();\nassert_eq!(\"http://foo.com/bar/bat#foo\", iri.as_str());\n\n// Extract IRI components\nassert_eq!(iri.scheme(), \"http\");\nassert_eq!(iri.authority(), Some(\"foo.com\"));\nassert_eq!(iri.path(), \"/bar/bat\");\nassert_eq!(iri.query(), None);\nassert_eq!(iri.fragment(), Some(\"foo\"));\n```\n\nIf [`serde`](https://serde.rs/) is available, `Iri` and `IriRef` implement the `Serialize` and `Deserialize` traits and encode the IRI as a string.\n\n\n## License\n\nThis project is licensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n   `\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e`)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   `\u003chttp://opensource.org/licenses/MIT\u003e`)\n   \nat your option.\n\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in OxIRI by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrefs%2Flax-oxiri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrefs%2Flax-oxiri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrefs%2Flax-oxiri/lists"}