Bacon for everything - a roadmap
7 minute read Published: 2024-11-08You want to use bacon on non rust projects ? So do I.
You want to use bacon on non rust projects ? So do I.
Serde's derive is fantastic but if you want humans to read and write files, you can't just depend on the standard derive for everything.
Having your values, even the composite ones, be written as simple strings is often more convenient.
Broot lets you navigate your filesystem, gives you an overview of any directory, previews file content. It does it by trimming folders in a balanced way, clearly outlining the structure of the tree.
Entering zip archives and navigating them the same way looks like a natural extension, doesn't it ?
Your code is full of lists. And some of them should be sorted.
This post doesn't compare Terminator and Wezterm. This is the help I would have loved to find when starting to try Wezterm coming from Terminator.
How to leverage the Rust compiler to prevent identifier misuse ?
How to go from ec2ba151-7acf-43a9-bb98-6f5331992f42
in your database to "Cust_ec2ba151-7acf-43a9-bb98-6f5331992f42"
in your REST/JSON API ?
How to do it at zero runtime cost, with no boilerplate, with a derive macro ?
I see my code projects in trees and lines, and it affects how I want it to be formatted.
My requirements and solution for a safe storage of personal secrets.
As I maintain several FOSS projects, I figured it would be convenient to have in a central place some concise guidance on contributing.
To deal with hardcoded or configurable key events in a cross-platform terminal application written in Rust, you'll probably need to