url-parse 0.4.0

🔗 A Rust library for parsing URLs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "url-parse"
version = "0.4.0"
edition = "2021"
description = "🔗 A Rust library for parsing URLs."
license = "MIT"
repository = "https://github.com/mihaigalos/url-parse"
categories = ["parser-implementations", "web-programming", "encoding"]

[dependencies]
regex = "1.5.6"