ohos-sys 0.2.0-beta4

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

// No Additions in API 11.

#[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::*;