Re-exports

pub use crate::packet::Packet;
pub use crate::packet::PacketPool;

Structs

Turns a BufferPool implementation into something that implements PacketPool.

Traits

A trait for implementing PacketPool more easily using an allocator for statically sized buffers.