iai-callgrind 0.16.1

High-precision and consistent benchmarking framework/harness for Rust
Documentation
1
2
3
4
5
6
7
8
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(missing_docs)]
#![allow(dead_code)]
#![allow(clippy::unreadable_literal)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));