libyang4_sys/
lib.rs

1#![allow(
2    non_upper_case_globals,
3    non_camel_case_types,
4    non_snake_case,
5    // Silence "128-bit integers don't currently have a known stable ABI" warnings
6    improper_ctypes,
7    // Silence "constants have by default a `'static` lifetime" clippy warnings
8    clippy::redundant_static_lifetimes,
9    // https://github.com/rust-lang/rust-bindgen/issues/1651
10    deref_nullptr,
11)]
12
13include!(concat!(env!("OUT_DIR"), "/libyang4.rs"));