mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-04 07:05:38 +08:00
7 lines
84 B
Rust
7 lines
84 B
Rust
pub mod ffi;
|
|
use std::sync::RwLock;
|
|
|
|
pub use ffi::*;
|
|
|
|
use lazy_static::lazy_static;
|