Crate toxiproxy_rust[][src]

Toxiproxy-Rust is a Toxiproxy client written for the Rust language. It’s designed for testing network code and its resiliency against various network issues, such as latency or unavailability (and many more).

Modules

client

Main client for communicating with the Toxiproxy server.

proxy

Represents a Proxy - a connection to a service. Connection reliability can be set by specifying a Toxic on it.

toxic

Represents a Toxic - an effect on the network connection.

Structs

TOXIPROXY

Pre-built client using the default connection address.