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

make a separate crate for error #13

Open Luro02 opened 4 years ago

Luro02 commented 4 years ago

The error type should be put in a separate crate, so other proc-macro authors can use it 😊