hvec 0.5.1

A Vec-like structure that can store different types of different sizes contiguous with each other in memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
fmt:
    cargo fmt

test:
    cargo check
    cargo check --features no_drop
    cargo test
    cargo test --features no_drop
    cargo clippy -- -D clippy::all
    cargo clippy --features no_drop -- -D clippy::all
    cargo fmt --check