Derive Macros

Derive macro generating an impl for accessing the fields of a struct.
Use #[accessors(get, get_mut, set)] to defined with accessors you want to have on a field.