Releases: sonos/ffi-convert-rs
Releases · sonos/ffi-convert-rs
0.6.0
0.5.0
0.4.0
What's Changed
- Adds derivation for RawPointerConverter trait and removes generic impl by @anthonyreinettesonos in #28
- add support for as_rust_extra_field by @fredszaq in #30
- add missing drop impl for CStringArray by @ThibautLorrainSonos in #32
- c_repr_of_convert attr support by @fredszaq in #33
- fix clippy warnings, add clippy to ci and delete deprecated functions by @fredszaq in #34
- add target_name attr by @fredszaq in #35
- add changelog by @fredszaq in #36
New Contributors
- @ThibautLorrainSonos made their first contribution in #32
Full Changelog: 0.3.0...0.4.0
0.2.0
0.1.2
What's Changed
- Fix : Fully qualified paths for field types in struct definitions by @anthonyray in #20
Full Changelog: 0.1.1...0.1.2
0.1.1
0.1.0
What's Changed
- Task/mutex to tls fix by @kali in #1
- Add a misc-utils crate by @klefevre in #2
- add documentation on public symbols by @fredszaq in #3
- Add support for mutably borrowing pointers by @mattgathu in #4
- Edition 2018 by @klefevre in #5
- Add $crate to macros by @klefevre in #6
- Make
LAST_ERROR
public within crate by @mattgathu in #7 - Task/convert derive with pointer type improves by @CoorFun in #11
- Custom derive for conversion traits CReprOf and AsRust by @Deluvi in #10
- Refactor CDrop derivation to be explicitly derived by @anthonyray in #14
- Removes failure-utils crate and dependencies by @anthonyray in #15
- Documentation by @anthonyray in #16
- Release on crates.io by @anthonyray in #17
New Contributors
- @kali made their first contribution in #1
- @klefevre made their first contribution in #2
- @mattgathu made their first contribution in #4
- @Deluvi made their first contribution in #10
Full Changelog: https://github.com/sonos/ffi-convert-rs/commits/0.1.0
0.2.2
0.2.1
What's Changed
- Fix CDrop trait derivation that didn't take nullable annotation into account by @anthonyray in #21
Full Changelog: 0.2.0...0.2.1