{"id":22101130,"url":"https://github.com/rmja/nourl","last_synced_at":"2025-07-25T00:31:11.344Z","repository":{"id":65579450,"uuid":"595030531","full_name":"rmja/nourl","owner":"rmja","description":"A simple Url primitive for no_std environments","archived":false,"fork":false,"pushed_at":"2023-05-12T07:25:45.000Z","size":17,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-31T11:52:19.260Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-30T08:49:25.000Z","updated_at":"2024-10-13T11:27:45.000Z","dependencies_parsed_at":"2023-02-16T07:01:36.590Z","dependency_job_id":null,"html_url":"https://github.com/rmja/nourl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnourl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnourl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnourl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2Fnourl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmja","download_url":"https://codeload.github.com/rmja/nourl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227489802,"owners_count":17780627,"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-12-01T05:23:40.771Z","updated_at":"2024-12-01T05:23:41.230Z","avatar_url":"https://github.com/rmja.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple Url primitive\n[![CI](https://github.com/rmja/nourl/actions/workflows/ci.yml/badge.svg)](https://github.com/rmja/nourl/actions/workflows/ci.yml)\n[![crates.io](https://img.shields.io/crates/v/nourl.svg)](https://crates.io/crates/nourl)\n\nThis crate provides a simple `Url` type that can be used in embedded `no_std` environments.\n\nIf you are missing a feature or would like to add a new scheme, please raise an issue or a PR.\n\nThe crate runs on stable rust.\n\n## Example\n```rust\nlet url = Url::parse(\"http://localhost/foo/bar\").unwrap();\nassert_eq!(url.scheme(), UrlScheme::HTTP);\nassert_eq!(url.host(), \"localhost\");\nassert_eq!(url.port_or_default(), 80);\nassert_eq!(url.path(), \"/foo/bar\");\n```\n\nThe implementation is heavily inspired (close to copy/paste) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fnourl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmja%2Fnourl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fnourl/lists"}