1.0.25
- Apply symbol visibility attributes to instantiations of Rust generic shims (#612)
- Propagate doc comments on enum variants into macro output and generated C++ code (#616)
- Improvements to placement of compiler diagnostics inside of bridge module (#617, #618, #621)
- Support Rust lint control attributes (
allow
,warn
,deny
,forbid
) inside of bridge module (#620) - Fix CxxVector mutable iteration to work on Pin<&mut CxxVector> (#625)