[package]
name = "heaparray"
version = "0.2.0"
authors = ["Albert Liu <albertymliu@gmail.com>"]
edition = "2018"
repository = "https://github.com/A1Liu/heaparray-rs"
description = "Heap-allocated array with optional metadata field"
readme = "README.md"
license = "MIT"
[dependencies]
containers-rs = "^0.1.6"
[dev-dependencies]
interloc = "0.1.0"