libvnc-sys

Crates.iolibvnc-sys
lib.rslibvnc-sys
version0.1.5
created_at2024-04-30 09:18:23.267139+00
updated_at2024-11-30 12:48:53.020011+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
size5,009,857
(Chiichen)

documentation

README

libvnc-sys

What's this

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

Quick Start

Install libvncserver package

  • 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