vfio-bindings 0.6.2

Rust FFI bindings to vfio generated using bindgen.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2019 Intel Corporation. All Rights Reserved.
// SPDX-License-Identifier: (BSD-3-Clause OR Apache-2.0)

#![allow(clippy::all)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

#[allow(clippy::undocumented_unsafe_blocks)]
pub mod vfio;