Persistent Structs
A small derive Macro for structs, that generates a with_<name>
and update_<name>
method for each field of a struct, e.g:
use PersistentStruct;
install via:
cargo add persistent-structs
(requires cargo-add, otherwise figure out the current version number in at docs.rs, and add it manually)