Luro02 / shorthand

A proc-macro to derive getter, setter and mut getter for structs in rust.
Apache License 2.0
6 stars 0 forks source link

clone for Arc and Rc #7

Closed Luro02 closed 4 years ago

Luro02 commented 4 years ago

Some types like Arc and Rc are cheap to clone, so those could be cloned in a getter?