header-vec 0.1.1

Vector with user-specified header, length, capacity, and array elements all stored on the heap together
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Geordon Worley <vadixidav@gmail.com>"]
categories = ["no-std"]
description = "Vector with user-specified header, length, capacity, and array elements all stored on the heap together"
documentation = "https://docs.rs/header-vec/"
edition = "2018"
keywords = ["header", "heap", "vec", "vector", "graph"]
license = "MIT"
name = "header-vec"
readme = "README.md"
repository = "https://github.com/rust-cv/header-vec"
version = "0.1.1"