Examples
Runnable examples in sdk/rust/nym-sdk/examples/ (opens in a new tab). Each file is self-contained with step-by-step comments.
cargo run --example <name>| Example | Source | What it demonstrates |
|---|---|---|
| Client Pool | client_pool.rs (opens in a new tab) | Creating a pool of MixnetClients, retrieving clients from the pool, and falling back to ephemeral clients when the pool is empty |