libxen-sys 0.5.0

Rust FFI bindings for Xen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(
    non_camel_case_types,
    non_snake_case,
    non_upper_case_globals,
    clippy::missing_safety_doc,
    clippy::too_many_arguments,
    clippy::useless_transmute,

    // remove when a new version of bindgen is released
    // https://github.com/rust-lang/rust-bindgen/pull/3124
    unsafe_code,
    unsafe_op_in_unsafe_fn,
    clippy::ptr_offset_with_cast,
)]

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