web-url 0.10.0

This library aids in processing web-based URLs.
Documentation
1
2
3
4
5
6
7
8
9
pub use fragment::*;
pub use path::*;
pub use path_plus::*;
pub use query::*;

mod fragment;
mod path;
mod path_plus;
mod query;