ohos-netstack-sys 0.1.0

Raw bindings to the OpenHarmony NetworkKit (netstack) native APIs
Documentation
1
2
3
4
5
6
7
8
9
//! C interface for the HTTP module of NetworkKit netstack.

#[cfg(feature = "api-20")]
#[cfg_attr(docsrs, doc(cfg(feature = "api-20")))]
#[link(name = "net_http")]
unsafe extern "C" {}

mod net_http_ffi;
pub use net_http_ffi::*;