docs.rs failed to build libvnc-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libvnc-0.1.3
libvnc
What's this
Higher level safe bindings of libvncserver for Rust. Although its name is libvncserver, it actually provides both server and client
Quick Start
We build libvncserver from source as default. If you want to use prebuilt package, you can install it by following the instructions below and enable feature pkg.
Install libvncserver package (Optional)
- Ubuntu
- Centos
- Macos
Run
examples can be found at examples
#!! Start a vnc server at 127.0.0.1:5900 before running the example