v0.12.0
* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. https://github.com/eqrion/cbindgen/pull/431 * Added support to generate copy-assignment operators for tagged enums. https://github.com/eqrion/cbindgen/pull/434
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 0.12.0
|
||||
|
||||
* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. https://github.com/eqrion/cbindgen/pull/431
|
||||
* Added support to generate copy-assignment operators for enums. https://github.com/eqrion/cbindgen/pull/434
|
||||
|
||||
## 0.11.1
|
||||
|
||||
* More binary operators and expressions are supported. https://github.com/eqrion/cbindgen/pull/425
|
||||
|
||||
Reference in New Issue
Block a user