1#![allow(non_snake_case)] 2#![allow(non_upper_case_globals)] 3 4//! Bindings to Tracy's C API. 5 6include!("bindings.rs");