Expand description
Modules§
- buffer_
generator_ charset - Buffer generator flags used to provide character sets when using
generate_buffer.
Macros§
- buffer
- Variadic macro used to create a
bufferandserializecompatible variables. - bytes_
size - Variadic macro used to get the size in
bytesofcompatible variablestoserialize. - deserialize
- Variadic macro used to
deserializecompatible variablesfrom abuffer. - serialize
- Variadic macro used to
serializecompatible variablesinto abuffer.
Constants§
- SLICE_
SIZE_ IN_ BYTES - For compatibility between
32-bit and 64-bitarchitectures, the maximumslicesize allowed isu32::MAXwhich take 4 bytes.
Traits§
- Tampon
- Trait used to
serialize / deserializeobject.
Functions§
- compare_
buffers - Compare 2 buffers and return the
absolute difference. - generate_
buffer - Re-export for Public API
- wipe_
buffer - Wipe a buffer, overwriting content with zeroes.