generic-vec 0.1.0-alpha

a vector implementation that can be used in `no_std` envioronments
Documentation
[badges.github]
repository = "rustyyato/generic-vec"
workflow = "PR test"

[badges.maintenance]
status = "actively-developed"

[dependencies]
[dev-dependencies.mockalloc]
version = "0.1"

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

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

[package]
authors = ["RustyYato <krishna.sd.2012@gmail.com>"]
description = "a vector implementation that can be used in `no_std` envioronments"
edition = "2018"
license = "MIT/Apache-2.0"
name = "generic-vec"
repository = "https://github.com/RustyYato/generic-vec"
version = "0.1.0-alpha"