ohos-sys 0.2.0-beta3

Bindings to the native API of OpenHarmony OS
1
2
3
4
5
6
7
8
9
mod text_blob_api11;
pub use text_blob_api11::*;

#[cfg(feature = "api-12")]
#[cfg_attr(docsrs, doc(cfg(feature = "api-12")))]
mod api12_additions;
#[cfg(feature = "api-12")]
#[cfg_attr(docsrs, doc(cfg(feature = "api-12")))]
pub use api12_additions::*;