rustack 0.1.0

A stack implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustack"
version = "0.1.0"
edition = "2021"
authors = ["Guy Marshall <guymarshall.c@gmail.com>"]
description = "A stack implementation in Rust."
license = "MIT"
repository = "https://github.com/guymarshall/rustack"
homepage = "https://github.com/guymarshall/rustack"
documentation = "https://docs.rs/rustack"
readme = "README.md"

[dependencies]