xbbg-blpapi-sys 1.1.2

Unsafe, zero-policy FFI bindings to the BLPAPI C API (blpapi_*) generated at build time.
1
2
3
4
5
6
7
8
#![no_std]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(non_snake_case)]
#![allow(clippy::all)]

// Expose raw FFI only. Bindings are generated by build.rs using bindgen.
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));