Module wrap

Module wrap 

Source
Expand description

Wrapper for integrating musli with I/O types like std::io.

The main methods in this module is the wrap function which constructs an adapter around an I/O type to work with musli.

Structs§

Wrap
Wrap a type so that it implements Reader and Writer.

Functions§

wrap
Wrap a type so that it implements Reader and Writer.