Skip to content

Releases: zianksm/autoget

v0.1.2

07 Aug 02:59
140257e
Compare
Choose a tag to compare

What's Changed

  • fix immutable getters function visibility by @zianksm in #8

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Aug 02:51
a12668f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Aug 14:07
Compare
Choose a tag to compare

Autoget

derive macro for generating getters for struct.
for usage, refer to here.

What's Changed

  • added support for newtype struct by removing tuple struc usage errors… by @zianksm in #3
  • Add readme by @zianksm in #4
  • Add release action by @zianksm in #5

New Contributors

Full Changelog: https://github.com/zianksm/autoget/commits/v0.1.0