libjitterentropy-sys 0.1.4

provides interface to jitterentropy-library (ffi-bindings)
1
2
3
4
5
6
7
8
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(deref_nullptr)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::all)]
#![allow(warnings)]

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