cocoon_tpm_bssl_bare_sys/
lib.rs

1#![no_std]
2#![allow(warnings)]
3
4// Explicit dependency against the bssl_bare_sys_target_integration crate, so that we'll include its
5// link-lib, if any, here.
6#[cfg(feature = "target-integration")]
7use cocoon_tpm_bssl_bare_sys_target_integration as _;
8
9include!(env!("BSSL_BARE_SYS_BINDGEN_WRAPPER_RS"));