Lexical-sort, a Rust crate for sorting strings properly (and quickly)

Sort Unicode strings lexicographically. Contribute to Aloso/lexical-sort development by creating an account on GitHub. Read more

Similar

Prefer Rust to C/C++ for new code

This is a position paper that I originally circulated inside the firmware community at X. I've gotten requests for a public link, so I've cleaned it up and posted it here. This is, obviously, my personal opinion. Please read the whole thing before sending... (more…)

Read more »

How to Read Rust Functions, Part 1

Rust functions are surprisingly diverse, sitting at the intersection of multiple language features which may take time to understand. In this post, we’ll walk through those features and explain how they appear in function signatures, so you can be well-eq... (more…)

Read more »