prax 0.1.1

a web penetration proxy hosted in neovim
Documentation
1
2
3
4
pub trait Report {
    fn info(&self, msg: String);
    fn error(&self, msg: String);
}