Toxiproxy - Rust client
[under development]
Rust client for Toxiproxy.
Usage
Populating proxies:
let proxies = TOXIPROXY.populate?;
Testing with an unavailable connection:
TOXIPROXY.find_proxy?.down?;
Testing with toxics (for full documentation on available toxics see the original docs):
TOXIPROXY.find_proxy?.with_latency.apply?;
Using a custom address for Toxiproxy server:
let toxiclient: Client = new;
Development
Tests: