brlapi-sys 0.4.1

Low-level FFI bindings for the BrlAPI library
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: LGPL-2.1

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
// Suppress clippy warnings from generated bindgen code
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::useless_transmute)]
#![allow(clippy::ptr_offset_with_cast)]

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