gvnc 0.3.0

Rust bindings for the GVnc library
1
2
3
4
5
6
7
use gvnc::*;

#[test]
fn connection() {
    let c = Connection::new();
    dbg!(c);
}