1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-15 20:54:52 -04:00

Add in Rust-y bindings for some of the #define constants

This commit is contained in:
2019-09-25 00:19:04 -04:00
parent 8371b25638
commit 3cd0aa4f55
3 changed files with 53 additions and 1 deletions

View File

@ -97,6 +97,7 @@ pub fn main() {
.header("bindings.h")
.whitelist_function("aeron_.*")
.whitelist_type("aeron_.*")
.whitelist_var("AERON_.*")
.constified_enum_module("aeron_.*_enum")
.generate()
.expect("Unable to generate aeron_driver bindings");