[][src]Crate views

Extension to slices for buffers

See the traits Bytes, BytesMut (or the generic versions View, ViewMut), and the struct Look. This crate is #![no_std] and uses core, but the coding feature can add the Decode and Encode traits for std::io.

See also bytes, byteorder, and nom.

Structs

BadPos

When an operation goes to a bad position. E.g. out of bounds or invalid UTF8

Look

Temporarily look into a buffer

Traits

Bytes
BytesMut
View
ViewMut