I don’t think I’d surprise many people if I told them a Rust program was often faster than a Python program but today I wrote a small “script” that scanned a large log file for a regular expression and was surprised to find the Rust version ran >400x f... (more…)
Read more »
Want to follow along with Rust development? Curious how you might get involved? Take a look! (more…)
Read more »
The Iterator trait in Rust allows you to conveniently operate over a sequence of elements.
They provide an expressive, functional, convenient, and performant way to do computations.
(more…)
Read more »
serve a static site, single page application or just a static file with Rust - GitHub - raphamorim/cargo-server: serve a static site, single page application or just a static file with Rust... (more…)
Read more »