URL parsing library for Rust
- Rust 99.9%
- Python 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
CI / Lint (push) Has been cancelled
CI / Audit (push) Has been cancelled
Coverage / coverage (push) Has been cancelled
CI / Test (macos-latest, 1.63.0) (push) Has been cancelled
CI / Test (macos-latest, nightly) (push) Has been cancelled
CI / Test (macos-latest, stable) (push) Has been cancelled
CI / Test (ubuntu-latest, 1.63.0) (push) Has been cancelled
CI / Test (ubuntu-latest, 1.82.0) (push) Has been cancelled
CI / Test (ubuntu-latest, beta) (push) Has been cancelled
CI / Test (ubuntu-latest, nightly) (push) Has been cancelled
CI / Test (ubuntu-latest, stable) (push) Has been cancelled
CI / Test (windows-latest, 1.63.0) (push) Has been cancelled
CI / Test (windows-latest, nightly) (push) Has been cancelled
CI / Test (windows-latest, stable) (push) Has been cancelled
CI / WASM (push) Has been cancelled
CI / Result (push) Has been cancelled
Signed-off-by: fox0 <15684995+fox0@users.noreply.github.com> |
||
| .github | ||
| ci-lockfiles | ||
| data-url | ||
| debug_metadata | ||
| form_urlencoded | ||
| idna | ||
| percent_encoding | ||
| url | ||
| url_debug_tests | ||
| .gitignore | ||
| Cargo.toml | ||
| deny.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| SECURITY.md | ||
| UPGRADING.md | ||
rust-url
URL library for Rust, based on the URL Standard.
Please see UPGRADING.md if you are upgrading from a previous version.
Alternative Unicode back ends
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.