{"id":17203968,"url":"https://github.com/ivanceras/url_path","last_synced_at":"2025-04-13T21:21:06.080Z","repository":{"id":57671277,"uuid":"151401677","full_name":"ivanceras/url_path","owner":"ivanceras","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-26T20:45:25.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T15:23:26.678Z","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/ivanceras.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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":"2018-10-03T11:24:28.000Z","updated_at":"2020-04-26T20:44:56.000Z","dependencies_parsed_at":"2022-09-26T20:41:15.066Z","dependency_job_id":null,"html_url":"https://github.com/ivanceras/url_path","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Furl_path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Furl_path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Furl_path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Furl_path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanceras","download_url":"https://codeload.github.com/ivanceras/url_path/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248783270,"owners_count":21160899,"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-15T02:20:01.416Z","updated_at":"2025-04-13T21:21:06.049Z","avatar_url":"https://github.com/ivanceras.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url_path\n\nurl_path\nManipulate url paths without requiring the file to exist in the server or OS\nThis is useful for manipulating location urls\nExample usage:\n```rust\nuse url_path::UrlPath;\n\nfn main(){\n    let url_path1 = UrlPath::new(\"src/md/./../../README.md\");\n    let normalized_path1 = url_path1.normalize();\n    assert_eq!(\"README.md\", normalized_path1);\n\n    let url_path2 = UrlPath::new(\"./README.md\");\n    let normalized_path2 = url_path2.normalize();\n    assert_eq!(\"README.md\", normalized_path2);\n}\n```\n\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanceras%2Furl_path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanceras%2Furl_path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanceras%2Furl_path/lists"}