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 host::*;
pub use port::*;
pub use pre_path::*;
pub use scheme::*;

mod host;
mod port;
mod pre_path;
mod scheme;