mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-12 07:41:02 +03: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;
|