bivec 0.1.0

A Rust implementation of Bivec, two vecs in one, with the same length.
Documentation
1
2
3
4
5
6
7
use super::*;

#[test]
fn it_works() {
    // let result = add(2, 2);
    // assert_eq!(result, 4);
}