twizzler_types/
lib.rs

1#![no_std]
2
3pub type ObjID = bindings::objid;
4
5#[allow(
6    non_camel_case_types,
7    dead_code,
8    non_upper_case_globals,
9    improper_ctypes
10)]
11pub(crate) mod bindings;