im-rs
im-rs copied to clipboard
Is it a good idea to use this crate to implement an undo/redo system?
I am trying to realize an undo/redo system. In the first time, I would like to use the command pattern. Unfortunately there are so many status or cached and it is a big job to implement it. It seems that it would be easy use this crate.