wireframe 0.3.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
8
//! Property-oriented tests for codec round-tripping and malformed inputs.

pub(super) use crate::codec::FrameCodec as FrameCodecForTests;

mod default_codec;
mod mock_codec;
mod mock_stateful_codec;
mod shared;