web-url 0.9.0

This library aids in processing web-based URLs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "address"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4eba560125dc3eeec3e1f349dccc19657bf3f1702224962d9d02d3d1ab976e6"

[[package]]
name = "web-url"
version = "0.9.0"
dependencies = [
 "address",
]