vector-array 0.1.4

A Vec but entirely on the stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
commit message :
    cargo test
    cargo clippy -- -Dclippy::all -Dwarnings
    cargo fmt
    git add .
    git commit -m "{{message}}"
    git push

publish version :
    just commit "update version to {{version}} in Cargo.toml"
    cargo publish