Rust application that converts C++ libraries to single self-contained headers

unosolo – Work-in-progress Rust application that converts C++ libraries to single self-contained headers. Read more

Similar

Rust is a hard way to make a web API

Rust is an amazing language. It has enabled excellent CLI tools like ripgrep and exa. Companies like Cloudflare are using Rust for their own systems and encouraging people to write Rust to run microservices. Rust makes it possible to write really fast sof... (more…)

Read more »

Inviting God’s Wrath with Cursed Rust

This article is a story about optimising the size and performance of std::borrow::Cow<T> in Rust. It requires some basic knowledge of programming Rust, but doesn’t require any knowledge of the kind of low-level details of Rust’s compilation model. W... (more…)

Read more »