bindgen 0.18.0

A binding generator for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
enum Foo {
    BAP_ARM = 0x93fcb9,
    BAP_X86 = 0xb67eed,
    BAP_X86_64 = 0xba7b274f,
};

enum Bar: unsigned short {
    One = 1,
    Big = 65538,
};