codspeed 4.5.0

Core instrumentation library for CodSpeed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused)]

// Use pre-generated bindings instead of generating at build time so that downstream
// users don't need to install `libclang`.
//
// To regenerate bindings, run:
// ```
// ./update-bindings.sh
// ```
include!("bindings.rs");