mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-24 23:15:29 -04:00
1213b3dfb1
remove `clap` dependency 🎉
update the book installation instructions
8 lines
117 B
C++
8 lines
117 B
C++
// bindgen-flags: --rustified-enum ".*" -- -std=c++11
|
|
|
|
typedef unsigned char uint8_t;
|
|
|
|
enum Bar : uint8_t {
|
|
VAL
|
|
};
|