2022-05-12 17:35:25 +08:00

7 lines
84 B
Rust

pub mod ffi;
use std::sync::RwLock;
pub use ffi::*;
use lazy_static::lazy_static;