Rust’s proc macros are powerful but tricky, and have some compile-time costs. This post is about a new tool to help quantify and reduce some of those costs.| Nicholas Nethercote
For many years, C has effectively been the “lingua franca” of the computing world. It’s pretty hard to combine code from two different programming languages in the same process–unless one of them is C. The same could theoretically be true for Rust, but in practice there are a number of obstacles that make that harder than it needs to be. Building out silky smooth language interop should be a core goal of helping Rust to target foundational applications. I think the right way to do thi...| smallcultfollowing.com
Zig; what I think after months of using it| strongly-typed-thoughts.net
How I used my own Rust tool to ship 175 quality pixel fonts.| chevyray.dev
Rust step by step tutorial for creating an Auth microservice with actix-web| Harry Gill
What?? Updated: 2020-06-24 We are going to make a demo linux web-server with systemd , config file and installable .deb binary in rust. I have been creating web-servers in Node.js for a while. When it comes to running it in production almost always I end up using a solution like pm2 or nodemon to keep the service up and use nginx or apache as reverse proxy to that service. This tutorial is written for people who are fairly new to rust and linux. If you are a developer with battle scars you mi...| Harry Gill
Posts and writings by Nical| nical.github.io
A blog about Rust and embedded stuff| blog.japaric.io
Polars: DataFrames in Rust| docs.rs
A lot about sockets, syscalls and bits| Adam Chalmers Programming Blog