open-vnc
open-vnc copied to clipboard
A VNC server implementation written in Rust
Results
1
open-vnc issues
Sort by
recently updated
recently updated
newest added
The project fails to compile. There is a missing function `drain_to`. ``` error[E0425]: cannot find function `drain_to` in this scope --> src/server.rs:279:13 | 279 | drain_to(&mut buf, pos as usize);...