im-rs icon indicating copy to clipboard operation
im-rs copied to clipboard

Is it a good idea to use this crate to implement an undo/redo system?

Open ImJeremyHe opened this issue 3 years ago • 0 comments

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.

ImJeremyHe avatar May 10 '21 13:05 ImJeremyHe