blob: 3a96f5990e795f806887fb657f9bd14b8113ec72 (
plain)
1
2
3
4
5
6
7
|
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
use serde::{Deserialize, Serialize};
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|