[][src]Crate views

Views into a buffer.

See View and ViewMut. There's also the aliases Bytes and BytesMut for byte buffers.

This is mostly inspired from bytes::Bytes. Some notable dfferences with this crate are the buffer and element types are generic, there is bounds checking, and no dynamic dispatch.

Structs

OutOfBounds

An error for an out of bounds operation.

View
ViewMut

Type Definitions

Bytes
BytesMut