Explore >> Select a destination


You are here

cprimozic.net
| | blog.m-ou.se
2.1 parsecs away

Travel
| | About a year ago, I published a Rust crate called inline-python, which allows you to easily mix some Python into your Rust code using a python!{ .. } macro. In this series, I'll go through the process of developing this crate from scratch.
| | blog.logrocket.com
2.6 parsecs away

Travel
| | Declarative and procedural macros enable metaprogramming in Rust, which can lead to runtime cost savings and more powerful code.
| | veykril.github.io
3.3 parsecs away

Travel
| |
| | drakerossman.com
15.6 parsecs away

Travel
| This article with teach you how to start your Rust development on NixOS or any nix-enabled operating system. You will learn how to use flakes with development shells, how to bootstrap Rust Nightly, what is an overlay, and encounter some nix language quirks on your journey.