cev 0.1.0

An expandable data array used to add data to the beginning of the array.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Karl Wulfert <pic16f877.ccs@emailn.de>"]
categories = ["memory-management", "rust-patterns", "data-structures"]
description = "An expandable data array used to add data to the beginning of the array."
edition = "2021"
homepage = "https://github.com/pic16f877ccs/cev"
keywords = ["collection", "raw-vec"]
license = "MIT"
name = "cev"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/cev"
version = "0.1.0"