read-url 0.0.10

Read from a wide variety of URL types
Documentation
1
2
3
4
5
6
7
8
mod context;
mod internal_url;
mod metadata;
mod registered;
mod url;

#[allow(unused_imports)]
pub use {internal_url::*, metadata::*, registered::*};