Multi-platform binary releases for a Rust CLI
Posted on 2026-05-24, by Racum. Tags:
My main issue shipping personal Rust CLI projects was convincing people, especially non-developers, to install a Rust toolchain. So I built binaries for the main desktop operating systems, made them updatable via package managers, and used GitHub Actions to automate the whole process. This article walks through how I did it.
Running a Rust kernel on JupyterLab Desktop
Posted on 2023-12-29, by Racum. Tags:
If you want to combine the power of Rust with the free-style research orientation of Jupyter notebooks, try using the Rust kernel on it; this allows for an easy prospective approach, making it very similar to Python.