pulzr 0.3.2

A http load testing tool for performance testing.
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod load_tester;
pub mod rate_limiter;
pub mod scenario;

pub use client::*;
pub use load_tester::*;
pub use rate_limiter::*;
pub use scenario::*;