1
2
3
4
5
6
7
#![forbid(unsafe_code)]

mod uri;
mod uri_ref;

pub use uri::UriAdapter;
pub use uri_ref::UriRefAdapter;