heaparray 0.4.1

Heap-allocated array with optional metadata field
Documentation
[package]
name = "heaparray"
version = "0.4.1"
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"
keywords = ["array", "heap", "atomic"]
license = "MIT"

[dependencies]
containers-rs = "^0.5.0"

[dev-dependencies]
interloc = "0.1.0"

[features]
default = []
no-asserts = [] # does what it says on the tin - removes assertions.
fast-drop = [] # Refrains from overwriting pointer when dropping or nullifying
real-black-box = []