All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- Type Wildcards for
implicit_select_all
clause. You now can use the character_
to match all types within the struct. - Decorators
cast
andunsafe_transmute
that can be used in thein_array
attributes and theimplicit_select_all
clause, for converting field types to other types.
implicit_select_all
clause for thegen_array
attribute. With it, you can select fields by type, without having to usein_array
.
gen_array
, andin_array
attributes.