- Allow overriding inferred bounds at the variant level using a
boundattribute (#1149) - Respect
skip_serializingattribute in tuple structs and variants (#1048) - Account for
skip_serializing_ifin computing tuple struct lengths (#1049) - Improve error for struct deserialized from array that is too short (#981)
- Accept implicitly borrowed data inside of an
Optionfield (#1029)