web-url 0.10.0-rc.1

This library aids in processing web-based URLs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use web_url::*;

mod web_url;

mod compare;
mod display;
mod fragment;
mod host;
mod path;
mod port;
mod query;
mod scheme;