Packaging

#Packaging/Fedora

- Packaging a Rust Program for Fedora | Jose Fernandez: Packaging a Rust program for Fedora may seem daunting initially, but it’s more straightforward than expected, thanks to excellent documentation, Rust-specific tooling, and a helpful community. Over the past two months, I packaged bpftop, a process monitor for eBPF programs. While there were some specific considerations with Rust, the process was manageable. In this post, I’ll share the steps I took, the insights I gained, and how to streamline the experience.

#Packaging/GoogleCloudRun

- Getting started with Rust on Google Cloud | by Karl Weinmeister | Google Cloud - Community: This post will guide you through deploying a simple “Hello, World!” application on Cloud Run. You’ll then extend the application by showing how to integrate with Google Cloud services with…