rustyproxy 1.1.9

GUI for the rustyproxy project
Documentation
1
2
3
4
#![warn(clippy::all, rust_2018_idioms)]

mod app;
pub use app::TemplateApp;