mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
5 lines
113 B
Rust
5 lines
113 B
Rust
extern crate hbb_common;
|
|
|
|
fn main() {
|
|
println!("{:?}", hbb_common::config::PeerConfig::load("455058072"));
|
|
}
|