mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00: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;
|