Spare Buffer

Crates.io Unlicense

A wrapper around Vec<T> that gives access to the "spare" capacity of the vector as a &mut[T] slice.

Crates.io:
https://crates.io/crates/spare_buffer

API Documentation:
https://docs.rs/spare_buffer/latest/index.html

Examples:
https://github.com/dEajL3kA/spare_buffer/tree/master/examples