apr-sys 0.2.3

Low-level FFI bindings for Apache Portable Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(bad_style)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(dead_code)]
#![allow(improper_ctypes)]
// Suppress clippy warnings for generated bindgen code
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::ptr_offset_with_cast)]
#![allow(clippy::useless_transmute)]
#![no_std]

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