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