wireframe 0.3.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
//! Fixture wiring for the pooled-client BDD target.

#[path = "../fixtures/client_pool.rs"]
pub mod client_pool;

#[path = "../fixtures/client_pool_handle.rs"]
pub mod client_pool_handle;