Skip to content
/ chunky-vec Public

A pin safe, append only vector never moves the backing store for an element.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

djg/chunky-vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A pin safe, append only vector never moves the backing store for an element.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages