URL parser for Rust
docs.rs/url/
|
|
hai 1 ano | |
|---|---|---|
| .github | hai 1 ano | |
| data-url | hai 1 ano | |
| debug_metadata | %!s(int64=2) %!d(string=hai) anos | |
| form_urlencoded | hai 1 ano | |
| idna | hai 1 ano | |
| percent_encoding | hai 1 ano | |
| url | hai 1 ano | |
| url_debug_tests | %!s(int64=3) %!d(string=hai) anos | |
| .gitignore | %!s(int64=10) %!d(string=hai) anos | |
| Cargo.toml | %!s(int64=3) %!d(string=hai) anos | |
| LICENSE-APACHE | %!s(int64=13) %!d(string=hai) anos | |
| LICENSE-MIT | %!s(int64=4) %!d(string=hai) anos | |
| README.md | hai 1 ano | |
| SECURITY.md | %!s(int64=4) %!d(string=hai) anos | |
| UPGRADING.md | %!s(int64=6) %!d(string=hai) anos | |
| deny.toml | %!s(int64=6) %!d(string=hai) anos |
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.