rustdesk/libs/hbb_common/examples/config.rs

6 lines
113 B
Rust
Raw Normal View History

extern crate hbb_common;
fn main() {
println!("{:?}", hbb_common::config::PeerConfig::load("455058072"));
}