Crate zerobuf

Source
Expand description

A growable chunk of zeroed memory.

Re-exports§

pub use self::params::DefaultParams;
pub use self::params::Params;

Modules§

params
Custom configuration parameters for the ZeroBuf.

Structs§

ZeroBuf
A growable chunk of continuous zeroed memory. The same idea as a RawVec, but less undefined behaviour. It can be used as an alternative to a Vec when the length is controlled externally.
ZeroBufInner