wireframe 0.3.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
8
9
//! rstest-bdd pooled-client behavioural tests.
//!
//! This separate target keeps the optional `pool` feature isolated from the
//! main BDD harness while still exercising `client_pool.feature`.

#![cfg(all(not(loom), feature = "pool"))]

mod fixtures;
mod scenarios;