Show HN: Rust library for Undo/Redo using deltas, snapshots or commands
mikolajw
17 points
3 comments
May 02, 2026
Related Discussions
Found 5 related stories in 1013.1ms across 14,015 title embeddings via pgvector HNSW
- Show HN: Rust but Lisp thatxliner · 113 pts · May 09, 2026 · 59% similar
- Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend kyle-ssg · 46 pts · June 22, 2026 · 53% similar
- Show HN: Gitdot – a better GitHub. Open-source, written in Rust baepaul · 206 pts · June 08, 2026 · 53% similar
- Show HN: TRUST – Coding Rust like it's 1989 wojtczyk · 132 pts · May 07, 2026 · 52% similar
- Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite _alphageek · 22 pts · May 05, 2026 · 51% similar
Discussion Highlights (3 comments)
mikolajw
To answer the usual question these days: the library, including the README which you can read, was written by hand, without LLM usage. I only played somewhat with Codex later on when creating derive macros and with some tests and examples, but that was all also highly manual.
ivere27
good. it would be good to have 'size limit'(such as ring buffer). (or future feature - TTL,expiration)
metaketa
This is awesome and I've needed it often. Could it hypothetically support filtered undo? For example in a collaborative app where not all edits are owned by the user.