history_stack 0.1.0

A collection of containers that support generic history tracking mechanisms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Alexander Hall <bearodark@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "A collection of containers that support generic history tracking mechanisms"
edition = "2021"
homepage = "https://github.com/ultrabear/history_stack"
keywords = ["stack", "history", "generic", "wrapper"]
license = "MPL-2.0"
name = "history_stack"
readme = "README.md"
repository = "https://github.com/ultrabear/history_stack"
rust-version = "1.65"
version = "0.1.0"