enet-sys

Crates.ioenet-sys
lib.rsenet-sys
version1.0.4
sourcesrc
created_at2016-02-26 09:25:48.661316
updated_at2023-09-26 17:59:26.94913
descriptionLow level bindings to the enet C library
homepage
repositoryhttps://github.com/ruabmbua/enet-sys
max_upload_size
id4296
size391,093
Roland Ruckerbauer (ruabmbua)

documentation

README

Raw rust bindings to the enet C library.

Dependencies

  • C, or C cross compiler for your target platform

Ubuntu

Dependencies for Ubuntu can be installed with

sudo apt update
sudo apt install build-essential clang cmake

Archlinux

pacman -S base-devel clang cmake

Cloning

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.

Commit count: 57

cargo fmt