13 个版本 (4 个稳定版)
使用旧的 Rust 2015
1.0.4 | 2023 年 9 月 26 日 |
---|---|
1.0.3 | 2023 年 4 月 24 日 |
1.0.1 | 2022 年 4 月 16 日 |
1.0.0 | 2022 年 3 月 28 日 |
0.1.2 | 2016 年 2 月 26 日 |
#1909 in 网络编程
571 每月下载量
用于 enet
195KB
4.5K SLoC
包含 (神秘的 autoconf 代码, 1KB) vendor/enet/configure.ac
对 enet C 库的原始 Rust 绑定。
依赖项
- C 或 C 跨平台编译器
Ubuntu
Ubuntu 的依赖项可以通过以下方式安装
sudo apt update
sudo apt install build-essential clang cmake
Archlinux
pacman -S base-devel clang cmake
克隆
enet-sys
使用 git 子模块,可以使用 --recursive
选项克隆,或者克隆后运行
git submodule init
git submodule update
。
注意: 如果将 enet-sys 添加到您的 Cargo.toml
中的依赖项,Cargo 将会自动为您完成此操作。
依赖项
~0–2MB
~40K SLoC