Crate scroll_buffer
source ·Structs
- A buffer designed for
Pwrite
that dynamically expands to hold all types written into it. Uses a standardVec
under the hood.
Pwrite
that dynamically expands to hold all types written into it.
Uses a standard Vec
under the hood.