emk / accessors

(WIP) Getters and setters for Rust using macros 1.1
11 stars 6 forks source link

Fixes #1, #2. Partially implements #3, #4. #5

Closed Arnavion closed 6 years ago

emk commented 7 years ago

Wow, this looks great! I'm travelling today but I hope to merge a bunch of PRs tomorrow with any luck. I'll take a look at this then and review/merge it. Thank you so much!

Arnavion commented 7 years ago

I've removed the commit to emit #[allow(missing_docs)] for now based on the discussion in #4.

lucab commented 7 years ago

Bump. Any update on this?

emk commented 7 years ago

OK, I'm added an assignee, so I should keep better track of this. I was busy with travel and other Rust projects... Thank you for the PR!

Arnavion commented 6 years ago

:birthday:

Arnavion commented 6 years ago

I've sworn off trivial getters entirely so I no longer need this.