Rust Bindgen

`bindgen` automatically generates Rust FFI bindings to C and C++ libraries. Read more

Similar

An overview of macros in Rust

Rust has had a lot of stuff going on with “macros”. There are a few, interconnected aspects of these features, many different names for the same thing, and a lot of development work going on. This post will give an overview of the past, present,... | ...

Read more »

Of tantivy, a search engine in Rust

I have been working more or less with search engines since 2010. Since then, I entertained the idea to try and code my own search engine. I ended up never starting this project, but accumulated more and more information over the year about how to implemen...

Read more »