Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 5,892 | 3,605 | ||
tests/ | 03-May-2024 | - | 11,325 | 11,089 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 97 | 6 | 6 | |
Android.bp | D | 03-May-2024 | 2.7 KiB | 101 | 94 | |
Cargo.toml | D | 03-May-2024 | 1.8 KiB | 86 | 71 | |
Cargo.toml.orig | D | 03-May-2024 | 1.5 KiB | 54 | 45 | |
LICENSE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 03-May-2024 | 1 KiB | 26 | 22 | |
METADATA | D | 03-May-2024 | 611 | 24 | 22 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 850 | 15 | 10 | |
TEST_MAPPING | D | 03-May-2024 | 455 | 28 | 27 | |
cargo2android.json | D | 03-May-2024 | 332 | 19 | 18 |
README.md
1rust-url 2======== 3 4[](https://github.com/servo/rust-url/actions?query=workflow%3ACI) 5[](https://codecov.io/gh/servo/rust-url) 6[](https://matrix.to/#/#rust-url:mozilla.org) 7[](LICENSE-MIT) 8[](LICENSE-APACHE) 9 10URL library for Rust, based on the [URL Standard](https://url.spec.whatwg.org/). 11 12[Documentation](https://docs.rs/url/) 13 14Please see [UPGRADING.md](https://github.com/servo/rust-url/blob/master/UPGRADING.md) if you are upgrading from a previous version. 15