heapbuf 0.1.3

Fixed size heap buffer with optional custom alignment, ref counting and custom destructor logic.
Documentation
1
2
3
4
5

mod buf;
mod destructor;

pub use buf::{*};