Raw rust bindings to the enet C library with easy-to-use SOCKS5 protocol implementation.
- C, or C cross compiler for your target platform
Dependencies for Ubuntu can be installed with
sudo apt update
sudo apt install build-essential clang cmakepacman -S base-devel clang cmakeenet-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.