libvnc-sys

Crates.iolibvnc-sys
lib.rslibvnc-sys
version
sourcesrc
created_at2024-04-30 09:18:23.267139
updated_at2024-11-30 12:48:53.020011
descriptionThe binding of libvnc
homepagehttps://github.com/Chiichen/libvnc-rs
repositoryhttps://github.com/Chiichen/libvnc-rs/tree/master/libvnc-sys
max_upload_size
id1224774
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(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