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 aVecwhen the length is controlled externally. - Zero
BufInner