netbook 0.2.7

A lightweight TUI request collection manager and runner - a Postman alternative for the terminal
Documentation
1
2
3
4
5
6
7
pub mod components;
pub mod layouts;
pub mod renderer;

pub use components::*;
pub use layouts::*;
pub use renderer::*;