proxide 0.2.3

Proxide is a debugging proxy for capturing HTTP/2 and gRPC traffic.
1
2
3
4
5
6
7
mod details_pane;
mod filter_pane;
mod table_view;

pub use details_pane::DetailsPane;
pub use filter_pane::FilterPane;
pub use table_view::TableView;