mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Tweak to enum generation
No more gigantic weird names
This commit is contained in:
parent
28900c330e
commit
8371b25638
@ -97,6 +97,7 @@ pub fn main() {
|
||||
.header("bindings.h")
|
||||
.whitelist_function("aeron_.*")
|
||||
.whitelist_type("aeron_.*")
|
||||
.constified_enum_module("aeron_.*_enum")
|
||||
.generate()
|
||||
.expect("Unable to generate aeron_driver bindings");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user