sigp / superstruct

Rust library for versioned data types
https://sigp.github.io/superstruct/
Apache License 2.0
65 stars 3 forks source link

Generate partial getters for references #14

Closed michaelsproul closed 2 years ago

michaelsproul commented 2 years ago

This commit adds partial getters to the Ref and RefMut types. This is a backwards-incompatible change as new auto-generated methods are introduced which could clash with existing ones.

Closes #8