1
2
3
4
5
#![warn(rust_2018_idioms, unreachable_pub)]

pub use proxy::{proxy, Proxy};

mod proxy;