v0.0.7
Includes minor QoL improvements such as: #66 #80 #87
What's Changed
- Fix readme rust code formatting by @pickfire in #23
- Make
c_slice::Box<T>
Clone if T is Clone by @DBLouis in #61 - Fix doc comment typo by @DBLouis in #62
- Fix misinteraction between
#[derive_ReprC]
& other macros (such as serde) by @danielhenrymantilla in #37 - Fix header generation failing for negative discriminants by @danielhenrymantilla in #65
- Add struct name right after
typedef struct
by @ken0x0a in #66 - Avoid wrapping
mod ffi_export
within an anonymous constant by @danielhenrymantilla in #80 - Fix incorrect C header guard when the
PKG_NAME
contains hyphens by @danielhenrymantilla in #87
New Contributors
- @pickfire made their first contribution in #23
- @DBLouis made their first contribution in #61
- @ken0x0a made their first contribution in #66
Full Changelog: v0.0.5...v0.0.7