Source code
Revision control
Copy as Markdown
Other Tools
# Chunky Vec
This crate provides a pin-safe, append-only vector which guarantees never
to move the storage for an element once it has been allocated.
# Chunky Vec
This crate provides a pin-safe, append-only vector which guarantees never
to move the storage for an element once it has been allocated.