Oh! The tests of Rust rewrite of Unix core utils (cp, ls, echo, ...) is breaking; because of a non-supported command. I was going to send a minor PR to fix t... (more…)
Read more »
Let me start out by saying that I’ve been using C++ for over a decade and I consider myself an advanced C++ user—that clearly biases my perspective. If there is something stupid that C++ lets me do, I’ve probably tried it at some point (and yes, that incl... (more…)
Read more »
API documentation for the Rust `ndarray_for_numpy_users` mod in crate `ndarray`. (more…)
Read more »
I’ve been working recently on Backtalk, a little toy Rust framework for building realtime APIs. Let’s say you’re building a hot new tech startup — Facebook for Cats. You’re going to need a web server to track all these cats. Let’s build one quickly using ... (more…)
Read more »
rsv is a command line tool written in Rust to analyze directly from disk small and big CSV, TXT, EXCEL files (e.g., >10G). Supportted common tasks include slicing, spliting, generating frequency... (more…)
Read more »