udmf-sys 0.1.3

Raw Bindings to the Unified Data Management Framework (UDMF) of OpenHarmony
Documentation
1
2
3
4
5
//! Provides uniform data struct (UDS).

#[path = "uds/uds_ffi.rs"]
mod uds_ffi;
pub use uds_ffi::*;