A simple state machine supporting undo

· Users Rust Lang · Sept. 15, 2026, 8:54 p.m.
Summary
This blog post discusses the author's project of creating a simple undoable state machine that allows transitions to be reverted without implementing reverse transitions for each. The author seeks community feedback before releasing it as an open-source library on crates.io, sharing a link to the project on GitHub.
AUTHOR