URL parser for Rust
docs.rs/url/
|
|
hace 1 año | |
|---|---|---|
| .github | hace 1 año | |
| data-url | hace 1 año | |
| debug_metadata | hace 2 años | |
| form_urlencoded | hace 1 año | |
| idna | hace 1 año | |
| percent_encoding | hace 1 año | |
| url | hace 1 año | |
| url_debug_tests | hace 3 años | |
| .gitignore | hace 10 años | |
| Cargo.toml | hace 3 años | |
| LICENSE-APACHE | hace 13 años | |
| LICENSE-MIT | hace 4 años | |
| README.md | hace 1 año | |
| SECURITY.md | hace 4 años | |
| UPGRADING.md | hace 6 años | |
| deny.toml | hace 6 años |
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.