bindgen 0.29.0

Automatically generates Rust FFI bindings to C and C++ libraries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Cargo
target/
*~
bindgen-integration/Cargo.lock
tests/expectations/Cargo.lock
#*#

# Test script output
ir.dot
ir.png

# Output of the --dump-preprocessed-input flag.
__bindgen.*