URL parser for Rust
docs.rs/url/
|
|
vor 1 Jahr | |
|---|---|---|
| .github | vor 8 Monaten | |
| ci-lockfiles | vor 10 Monaten | |
| data-url | vor 9 Monaten | |
| debug_metadata | vor 9 Monaten | |
| form_urlencoded | vor 1 Jahr | |
| idna | vor 10 Monaten | |
| percent_encoding | vor 1 Jahr | |
| url | vor 7 Monaten | |
| url_debug_tests | vor 8 Monaten | |
| .gitignore | vor 10 Jahren | |
| Cargo.toml | vor 3 Jahren | |
| LICENSE-APACHE | vor 13 Jahren | |
| LICENSE-MIT | vor 1 Jahr | |
| README.md | vor 1 Jahr | |
| SECURITY.md | vor 4 Jahren | |
| UPGRADING.md | vor 6 Jahren | |
| deny.toml | vor 8 Monaten |
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.