URL parser for Rust
docs.rs/url/
|
|
11 months ago | |
|---|---|---|
| .github | 11 months ago | |
| data-url | 1 year ago | |
| debug_metadata | 2 years ago | |
| form_urlencoded | 1 year ago | |
| idna | 1 year ago | |
| percent_encoding | 1 year ago | |
| url | 11 months ago | |
| url_debug_tests | 3 years ago | |
| .gitignore | 10 years ago | |
| Cargo.toml | 3 years ago | |
| LICENSE-APACHE | 13 years ago | |
| LICENSE-MIT | 1 year ago | |
| README.md | 1 year ago | |
| SECURITY.md | 4 years ago | |
| UPGRADING.md | 6 years ago | |
| deny.toml | 6 years ago |
URL library for Rust, based on the URL Standard.
Please see UPGRADING.md if you are upgrading from a previous version.
url depends on the idna crate. By default, idna uses ICU4X as its Unicode back end. If you wish to opt for different tradeoffs between correctness, run-time performance, binary size, compile time, and MSRV, please see the README of the latest version of the idna_adapter crate for how to opt into a different Unicode back end.