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