Rust FFI bindings to [libevent] library made using [Rust-Bindgen].
libclang
is required by [bindgen] which is used to generate the Rust
bindings. See [bindgen requirements] for more information. Also ensure that
LIBCLANG_PATH
is set, as some systems do not do so by default.
cmake
if self-building via the bundled
feature. The current bundled
release is release-2.1.11-stable
.
pkg-config
if not self-building via the bundled
feature.
Depends on libevent-dev
or equivalent to be installed on the system.
It can be found in most distro's package managers or from the libevent
website linked above.
Once that is installed just use cargo build
.