Fancy-Regex: A hybrid NFA and backtracking Regex library in Rust

Rust library for regular expressions using “fancy” features like look-around and backreferences – fancy-regex/fancy-regex… Read more

Similar

Rust gets a faster sort implementation

Hi everyone, this is my first PR. I've made some changes to the standard sort algorithm, starting out with a few tweaks here and there, but in the end this endeavour became a complete rewrite of it...

Read more »

5 tips for writing small CLI tools in Rust

Rust is a great language to write small command line tools in. While it gives you some tools for common tasks, allows nice abstractions, it also has a type system and approach to API design that lead you to write robust code. Let me show you some techniqu... (more…)

Read more »