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

const try_setters/setters and mutgetters #9

Open Luro02 opened 4 years ago

Luro02 commented 4 years ago

The const_fn attribute is ignored on setters, mutgetters and try_setters, because this is not stable at the moment.

blocked on the following issues