pulzr 0.3.2

A http load testing tool for performance testing.
Documentation
1
2
3
4
5
6
pub mod tui;

#[cfg(not(target_arch = "wasm32"))]
pub mod webui;

pub use tui::*;