bump-stack 0.5.0

A stack implementation using bump allocation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bump-stack"
version = "0.5.0"
edition = "2024"
license = "MPL-2.0"
readme = "README.md"
repository = "https://codeberg.org/quendimax/bump-stack"
authors = ["Maksim Tomkavich <quendimax@gmail.com>"]

description = "A stack implementation using bump allocation"
keywords = ["lifo", "stack", "bump", "no_std"]
categories = ["data-structures", "no-std"]

[dependencies]

[dev-dependencies]
pretty_assertions = "1"