Module fourleaf::io [] [src]

Specialised adapters for doing IO.

Structs

TransparentCursor

A simple wrapper around io::Cursor which exposes AsRef<[u8]> and AsMut<[u8]> for use with Blob::slice() and Blob::slice_mut().

Traits

AsExtBytes

Like AsRef<[T]>, but the lifetime of the slice is independent of self.