#binding #vnc #libvnc #vncserver

sys libvnc-sys

libvnc的绑定

5个版本

0.1.4 2024年5月27日
0.1.3 2024年5月4日
0.1.2 2024年5月2日
0.1.1 2024年4月30日
0.1.0 2024年4月30日

#5 in #vnc

Download history 364/week @ 2024-04-29 12/week @ 2024-05-06 16/week @ 2024-05-20 169/week @ 2024-05-27 10/week @ 2024-06-03 6/week @ 2024-06-10 2/week @ 2024-07-01 24/week @ 2024-07-22 30/week @ 2024-07-29

54 每月下载量
用于 libvnc

LGPL-3.0-only

1.5MB
36K SLoC

C 35K SLoC // 0.1% comments Perl 318 SLoC // 0.2% comments Bitbake 146 SLoC C++ 99 SLoC // 0.3% comments Rust 96 SLoC // 0.5% comments Python 75 SLoC // 0.3% comments Shell 15 SLoC // 0.2% comments

libvnc-sys

这是什么

bindgen 自动生成的libvncserver的原始绑定。支持从pkg-config(默认)和源代码(计划实现)构建

快速入门

安装libvncserver包

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

构建

carog build

无运行时依赖

~0–2MB
~41K SLoC