libvnc-sys

Crates.iolibvnc-sys
lib.rslibvnc-sys
version0.1.4
sourcesrc
created_at2024-04-30 09:18:23.267139
updated_at2024-05-27 03:08:34.948902
descriptionThe binding of libvnc
homepagehttps://github.com/Chiichen/libvnc-rs
repositoryhttps://github.com/Chiichen/libvnc-rs/tree/master/libvnc-sys
max_upload_size
id1224774
size2,628,344
(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: 0

cargo fmt