libevent-sys 0.2.3

Rust FFI bindings to the libevent library
Documentation
1
2
3
4
5
6
7
8
9
#include <event.h>

#ifdef EVENT__HAVE_OPENSSL
#include <event2/bufferevent_ssl.h>
#endif

#ifdef EVENT__HAVE_PTHREADS
#include <event2/thread.h>
#endif