Integrating Rust Submodules into Systemd

Proof-of-concept to test integrating Rust submodules.
This adds a (very naive) rewrite of string_extract_line from string-util.h
in Rust, and compiles it in so that the rest of our C code, includin… Read more

Similar

Philosophies of Rust and Haskell

As regular users of both Rust and Haskell, the FP Complete engineering team often discusses the similarities and differences in these languages. In this post, we'll review some of the philosophical underpinnings of these languages. (more…)

Read more »