Framous

This package is inspired by the codec module from [tokio::util] but, unlike tokio, is designed to work with non-async code.

The intended use case for this crate is when you need to send and receive frames of data via some add-hoc byte-orientated protocol, usually but not necessarily, over TCP.

This is a low-dependency, light-weight crate.

MIT licensed Crate GitHub last commit Build Status