[package] name = "stack-array" version = "0.4.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 "] repository = "https://github.com/nurmohammed840/stack-collections" keywords = ["stack", "array", "collections"] [dependencies]