dynvec 0.1.4

This crate provides the `DynVec` type that acts like a vector to store any datatype.
Documentation
[package]

name = "dynvec"

version = "0.1.4"

authors = ["Gymore <gymore.contact@gmail.com>"]

edition = "2018"

description = "This crate provides the `DynVec` type that acts like a vector to store any datatype."

license = "MIT"

repository = "https://github.com/gymore-z/dynvec"

documentation = "https://docs.rs/dynvec"

keywords = [ "vector", "list", "dynamic", "dyn" ]

categories = ["data-structures"]

readme = "readme.md"



[badges]

maintenance = { status = "passively-maintained" }