fdb-sys 0.3.1

Binding to the C APIs for FoundationDB
Documentation
#![allow(clippy::unreadable_literal)]
#![allow(deref_nullptr)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(unaligned_references)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));