ohos-web-binding 0.1.1

OpenHarmony's web binding for rust
1
2
3
4
5
mod ipc;
mod proxy;

pub use ipc::*;
pub use proxy::*;