Crate safer_bytes[][src]

Expand description

A safe, non-panicking wrapper around bytes::Buf

Modules

Errors

Unchecked buffer reading methods

Enums

Errors that can occur when deserialising objects from a buffer

Traits

A trait for values that provide sequential write access to bytes.

Objects which implement FromBuf are capable of constructing themselves by reading bytes from a Buf

Extension trait for bytes::Buf

Type Definitions

Type alias for the return type of fallible functions in this crate