Crates.io | enet-sys |
lib.rs | enet-sys |
version | 1.0.4 |
source | src |
created_at | 2016-02-26 09:25:48.661316 |
updated_at | 2023-09-26 17:59:26.94913 |
description | Low level bindings to the enet C library |
homepage | |
repository | https://github.com/ruabmbua/enet-sys |
max_upload_size | |
id | 4296 |
size | 391,093 |
Raw rust bindings to the enet C library.
Dependencies for Ubuntu can be installed with
sudo apt update
sudo apt install build-essential clang cmake
pacman -S base-devel clang cmake
enet-sys
uses git submodules, either clone it with the --recursive
option, or run:
git submodule init
git submodule update
after cloning it.
Note: If you add enet-sys as a dependency to your Cargo.toml
, cargo will do this for you automatically.