cl-generic-vec 0.3.4

a vector implementation that can be used in `no_std` envioronments
Documentation
[dependencies]
[dev-dependencies.mockalloc]
version = "0.1.2"

[dev-dependencies.static-alloc]
version = "0.2"

[features]
alloc = []
default = ["std"]
nightly = []
std = ["alloc"]

[package]
authors = ["Conrad Ludgate <conradludgate@gmail.com>"]
description = "a vector implementation that can be used in `no_std` envioronments"
edition = "2021"
license = "MIT/Apache-2.0"
name = "cl-generic-vec"
repository = "https://github.com/conradludgate/generic-vec"
resolver = "2"
version = "0.3.4"