Fully Automated Releases for Rust Projects
16 minute read Published: 2023-10-24Here is how you can publish a Rust project with a single click of a button and automate everything.
Here is how you can publish a Rust project with a single click of a button and automate everything.
"Ratatui" is a Rust library for building rich terminal user interfaces. In this post, I'm sharing what's new in the latest version and also a fun way to easily create terminal user interfaces in a jiffy.
Let's experiment with the std.http
module of Zig >=0.11
and create an HTTP server/client from scratch (along with some benchmarks)!
"rustypaste" is a self-hosted and minimal file upload/pastebin service written in Rust. In this post, I will be talking about its features and telling the story behind how I deployed it to shuttle.rs to make it publicly available for free use.
In this post, I'm sharing tips & tricks about managing/maintaining an open-source Zig project and mentioning the commonly used practices. I'm also giving a brief introduction to my first-ever Zig project "linuxwave" which led to the writing of this series.
Recently I have been interested in Alpine Linux and thought it would be nice to maintain some Rust packages in their repositories. In this post, I will share my notes/adventures on setting up a packaging environment and a tool called "alpkg" for automating this process.
Let's talk about how to detect memory leaks in Zig and avoid them by using the defer
statement.
Some thoughts on projects and ego management.