Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
A few years ago, I attempted to build hardware projects using ESP32 microcontrollers and Rust, but the experience was so painful, between weird processors, custom toolchains and incomplete libraries, that I quickly quit. Life is too short t...
kerkour.com Rust Walkthroughs 2025-06-11 ~9 min read
The endless stream of data breaches and personal information leaks proves that there is still some knowledge gap in the secure handling and storage of sensitive data. So today we are going to see how to securely encrypt and store this sensi...
kerkour.com Rust Walkthroughs 2025-05-28 ~9 min read
Here is the Dockerfile that I copy / paste in all my Rust projects to distribute very small and very secure Docker images. #################################################################################################### ## Build #######...
kerkour.com Rust Walkthroughs 2025-05-07 ~4 min read
Update June 2025: Jemalloc development seems to be dead (see jemalloc Postmortem). See the end of the article for alternatives. Last week, something unexpected happened to a long-running backend service: the RAM usage was divided by more th...
kerkour.com Observations/Thoughts 2025-04-16 ~2 min read
Rust has replaced Go as my weapon of choice to build medium-size web services, web services of 10K+ lines of code and 100 or so endpoints. Not because Rust is faster, but because Rust is way more reliable! No more null pointer dereference o...
kerkour.com Rust Walkthroughs 2025-04-02 ~6 min read
I have this hourly batch job that was taking ~30 minutes to complete and was causing too much strain on the database because it needs to insert/update between 300,000 and 500,000 records every time. The batch job makes thousands and thousan...
kerkour.com Rust Walkthroughs 2025-03-26 ~2 min read
"You won’t appreciate Rust unless you spend few weeks building something in it. The initial steep learning curve could be frustrating or challenging ..."

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, and research. These operators give you finer control — click an example to try it.

Find pages containing all your words. Pages where the words appear together rank higher.
Quote part of your query to keep those words together as an exact phrase within a larger search.
Wrap the whole query in quotes for a verbatim search that matches text exactly, punctuation and all — perfect for Rust syntax. Needs at least 3 characters.
Limit results to a single site. Works on its own () too. One site: per search.

Use the tabs and filters above the results to narrow by content type, publication year, and sort order.