binaryninjacore_sys/
lib.rs

1#![allow(non_upper_case_globals)]
2#![allow(non_camel_case_types)]
3#![allow(non_snake_case)]
4#![allow(unused)]
5#![allow(clippy::all)]
6#![doc(html_root_url = "https://dev-rust.binary.ninja/")]
7
8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));