1 2 3 4
//! Provides uniform type descriptor (UTD) related functions and struct. #[path = "utd/utd_ffi.rs"] mod utd_ffi; pub use utd_ffi::*;