#history #generic #stack #wrapper

no-std history_stack

A collection of containers that support generic history tracking mechanisms

1 unstable release

0.1.0 Nov 29, 2023

#2176 in Data structures

MPL-2.0 license

14KB
228 lines

History Stack

A small collection of generic types that support history manipulation operations in different ways.
These types can act as building blocks of higher complexity transaction/state management systems.

License

Licensed under MPL-2.0


lib.rs:

A crate implementing generic history managers that can act as building blocks for transactional state and reversible computations

No runtime deps