Opdater
Small trait based approch to implement updating of structs.
The main goal of this crate is to allow updating a struct continously without writing a lot of boilerplate code.
Example
use Opdater;
let mut bla = Bla ;
let bla_op = Bla ;
bla.update;
assert_eq!;
let bla_op2 = Bla ;
bla.update;
assert_eq!;
Etmylogy
Opdater means to update in Danish.
License
This is licensed under the ISC License