ohos-native-buffer-sys
This crate provides low-level sys bindings for the native buffer module in OpenHarmony.
Install
cargo add ohos-native-buffer-sys
Usage
Add this crate to your native module and import it from Rust code:
use ohos_native_buffer_sys as sys;
unsafe
License
MIT OR Apache-2.0