iommufd-bindings 0.1.0

Rust FFI bindings to iommufd generated using bindgen.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright © 2025 Crusoe Energy Systems LLC
//
// SPDX-License-Identifier: Apache-2.0
//

#[allow(non_camel_case_types, non_upper_case_globals)]
pub mod iommufd;

pub use iommufd::*;