xplm_sys/lib.rs
1// Copyright (c) 2015 xplm-sys developers
2// Licensed under the Apache License, Version 2.0
3// <LICENSE-APACHE or
4// http://www.apache.org/licenses/LICENSE-2.0> or the MIT
5// license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
6// at your option. All files in the project carrying such
7// notice may not be copied, modified, or distributed except
8// according to those terms.
9
10// Allow C-like conventions
11#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
12
13include!(concat!(env!("OUT_DIR"), "/bindgen.rs"));