chunky-vec

Crates.iochunky-vec
lib.rschunky-vec
version0.1.0
sourcesrc
created_at2020-10-23 01:54:27.288541
updated_at2020-10-23 01:54:27.288541
descriptionA pin safe, append only vector never moves the backing store for an element.
homepage
repositoryhttps://github.com/djg/chunky-vec
max_upload_size
id304517
size23,051
Dan Glastonbury (djg)

documentation

README

Chunky Vec

License: MIT/Apache-2.0

This crate provides a pin-safe, append-only vector which guarantees never to move the storage for an element once it has been allocated.

Commit count: 1

cargo fmt