libsodium-ffi 0.2.2

Native bindings (FFI) to the libsodium library
Documentation
1
2
3
4
5
6
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(non_snake_case)]
#![allow(improper_ctypes)] //  warn long double -> u128 is not FFI-safe

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