libvnc-sys

Crates.iolibvnc-sys
lib.rslibvnc-sys
version0.1.6
created_at2024-04-30 09:18:23.267139+00
updated_at2025-11-22 13:46:33.765429+00
descriptionThe binding of libvnc
homepagehttps://github.com/Chiichen/libvnc-rs
repositoryhttps://github.com/Chiichen/libvnc-rs/tree/master/libvnc-sys
max_upload_size
id1224774
size11,294,723
(chiichen)

documentation

README

libvnc-sys

What's this

The raw bindings of libvncserver generated by bindgen automatically. Supports building from pkg-config and source code (default)

Quick Start

Install libvncserver package (Optional)

  • Ubuntu
sudo apt-get install libvncserver-dev
  • Centos
sudo yum install libvncserver-devel
  • Macos
brew install libvncserver

Build

carog build
Commit count: 63

cargo fmt