stacking 0.2.2

a simple library for using a stack datastructure in rust
Documentation
[package]
name = "stacking"
version = "0.2.2"
edition = "2018"
authors = ["Moritz Sokoll <moritz@sokoll.com>"]
license-file = "COPYING"
homepage = "https://gitlab.sokoll.com/moritz/stacking.rs"
repository = "https://gitlab.sokoll.com/moritz/stacking.rs"
documentation = "https://docs.rs/stacking"
readme = "README.md"
description = "a simple library for using a stack datastructure in rust"

[lib]
name = "stacking"
path = "src/lib.rs"
crate-type = ["lib"]
required-features = []
doc = true

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

[dependencies]

# vim: ft=cfg