mschorsch / enet-sys

Raw rust bindings to the enet C library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Raw rust bindings to the enet C library

License:MIT License


Languages

Language:Rust 97.0%Language:C 3.0%