Module cursor

Source

Structsยง

Cursor
A Cursor wraps an in-memory buffer and provides it with a Seek implementation.

Functionsยง

reserve_and_pad ๐Ÿ”’
Reserves the required space, and pads the vec with 0s if necessary.
slice_write ๐Ÿ”’
slice_write_all ๐Ÿ”’
slice_write_all_vectored ๐Ÿ”’
slice_write_vectored ๐Ÿ”’
vec_write_all ๐Ÿ”’
Resizing write_all implementation for Cursor.
vec_write_all_unchecked ๐Ÿ”’ โš 
Writes the slice to the vec without allocating.
vec_write_all_vectored ๐Ÿ”’
Resizing write_all_vectored implementation for Cursor.