bump-stack 0.5.0

A stack implementation using bump allocation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dependencies]

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