This Rust Cookbook is a collection of
simple examples that demonstrate good practices to accomplish common
programming tasks, using the crates of the Rust ecosystem. (more…)
Read more »
This paper complements "Writing R Extensions," the official guide for writing
R extensions, for those interested in developing R packages using Rust. It
highlights idiosyncrasies of R and Rust that must be addressed by any
integration and describes how to... (more…)
Read more »
Extensible SQL Lexer and Parser for Rust. Contribute to ballista-compute/sqlparser-rs development by creating an account on GitHub. (more…)
Read more »
Read more about the unique combination of software and hardware that powers the Sonos ecosystem. Welcome to our technology blog. (more…)
Read more »
TL;DR: This post documents my attempts of building a Rust binary in CI that would work on older Linux systems. I was using GitHub Actions, but it should be also applicable for other CI systems. You can find the final solution at the end. (more…)
Read more »