twizzler_types/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
#![no_std]

pub type ObjID = bindings::rt_objid;

#[allow(
    non_camel_case_types,
    dead_code,
    non_upper_case_globals,
    improper_ctypes
)]
pub(crate) mod bindings;