dynamic-array 0.1.4

A dynamically-allocated array of fixed size
Documentation
[package]
name = "dynamic-array"
description = "A dynamically-allocated array of fixed size"
license = "MIT OR Apache-2.0"
version = "0.1.4"
authors = ["IovoslavIovchev <iovoslav.i@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dependencies.serde]
version = "1.0.119"
optional = true

[features]
default-derive = []
serde-derive = ["serde"]
packed = []