Search code examples
crystal-lang

Link or use a c++ library inside crystal


I was wonder if it was possible to use a library like this in our crystal program to help schedule events or can we create a crystal shard that can interface with libevent.


Solution

  • bindgen is a binding and wrapper generator for C/C++ libraries for Crystal