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