Update the README for sized tagged enums

This commit is contained in:
Ryan Hunt 2018-01-29 11:49:57 -06:00
parent bd494d4646
commit ee89f77a37

View File

@ -18,6 +18,7 @@ This project can be used to generate C bindings for Rust code. It is currently b
* Support for exporting constants and statics
* Customizable formatting, can be used in C or C++ projects
* Support for generating `#ifdef`'s for `#[cfg]` attributes
* Support for `#[repr(sized)]` tagged enum's
## Use