Disclaimer: I am no expert on the Rust programming language. I’m merely a proponent of it — an advocate if you will. Rust is a new, yet surprisingly familiar approach to programming. It takes many of… (more…)
Read more »
libbpf-rs provides safe Rust bindings to libbpf as well as a cargo plugin to help you develop “Compile Once - Run Everywhere” eBPF applications. Use libbpf-rs over BCC to produce smaller, more efficient, and more predictable applications. (more…)
Read more »
A fast multi environment ssh connexion manager. Contribute to abdoufermat5/bayesian-ssh development by creating an account on GitHub. (more…)
Read more »
Every time I go back to Rust, I have to figure out how the module system works again. Here are some of my notes comparing it to Python’s module system. (more…)
Read more »
This is something I’ve been asking myself while learning Rust. Yes, I know that this sounds like a weird question to ask as it’s no secret that Rust has huge influence from the functional programmi… (more…)
Read more »