cbfr 0.1.6

A buffer that run on stack, focusing on performance and speed
Documentation
1
2
3
4
5
6
7
8
9
10
pub use super::cb:: {
    BFRDYN,
    NecResult,
    IidxResult
};

pub use super::errors:: {
    InvalidIndex,
    NotEnoughCapacity
};