bump-stack 0.3.0

A stack implementation using bump allocation
Documentation
[dependencies]

[dev-dependencies.pretty_assertions]
version = "1"

[lib]
name = "bump_stack"
path = "src/lib.rs"

[package]
authors = ["Maksim Tomkavich <quendimax@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "A stack implementation using bump allocation"
edition = "2024"
keywords = ["lifo", "stack", "bump", "no_std"]
license = "MPL-2.0"
name = "bump-stack"
readme = "README.md"
repository = "https://codeberg.org/quendimax/bump-stack"
version = "0.3.0"

[[test]]
name = "itest"
path = "tests/itest.rs"