stack-array 0.2.1

A data structure for storing and manipulating fixed number of elements of a specific type.
Documentation
[package]

name = "stack-array"

version = "0.2.1"

edition = "2021"

license = "Apache-2.0"

description = "A data structure for storing and manipulating fixed number of elements of a specific type."

authors = ["Nur <nurmohammed840@gmail.com>"]

repository = "https://github.com/nurmohammed840/stack-collections"

keywords = ["stack", "array", "collections"]



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



[dependencies]