ohos-sys 0.2.0-beta2

Bindings to the native API of OpenHarmony OS
1
2
3
4
5
6
7
8
9
10
11
12
#[link(name = "ace_napi.z")]
extern "C" {}

mod napi_api10;
pub use napi_api10::*;

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