tpm/tss-minimal/tcti-sys/src/lib.rs (5 lines of code) (raw):

// Copyright (c) Microsoft. All rights reserved. #![deny(rust_2018_idioms)] #![warn(clippy::all, clippy::pedantic)] #![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)] // https://github.com/rust-lang/rust-bindgen/pull/2230 #![cfg_attr(test, allow(clippy::items_after_statements))] include!(concat!(env!("OUT_DIR"), "/bindings.rs"));