json2rs: Generate Struct Definitions from JSON, Without the Magic
I built a small CLI tool that converts JSON files into struct definitions for Rust, Python, TypeScript, Kotlin, and Java. It’s called json2rshttps://github.com/...
I built a small CLI tool that converts JSON files into struct definitions for Rust, Python, TypeScript, Kotlin, and Java. It’s called json2rshttps://github.com/...
deff is an interactive Rust TUI for reviewing git diffs side‑by‑side with syntax highlighting and added/deleted line tinting. It supports keyboard/mouse navigat...
deff is an interactive Rust TUI for reviewing Git diffs side‑by‑side with syntax highlighting and added/deleted line tinting. It supports keyboard/mouse navigat...
The Problem Every knowledge worker I know has the same issue: files are scattered across Google Drive, Dropbox, SharePoint, Slack, Notion, GitHub, and the loca...
Why Rust? When we originally evaluated Rust back in 2024, we rejected it because it’s not great at C++‑style OOP. The web platform object model inherits a lot...
Overview We're launching a Rust Debugging Survey. Debugging Rust code is frequently cited as one of the biggest challenges for Rust developers. While it is pos...
Introduction I wanted real browser performance—not “fast enough” or “optimized JavaScript.” So I tried Rust + WebAssembly. The journey included: - Broken build...
BubbleTea Go vs. Ratatui Rust – A Quick Comparison Two strong options for building terminal user interfaces TUIs today are BubbleTea Go and Ratatui Rust. This...
If code is free, why aren’t all apps native? The state of coding agents can be summed up by this facthttps://x.com/dbreunig/status/2024970389156495365?s=46. Cl...
If code is free, why aren’t all apps native? The state of coding agents can be summed up by this facthttps://x.com/dbreunig/status/2024970389156495365?s=46. Cl...
The Problem - Online services that upload your images to someone else's server a non‑starter for student data. - Desktop tools that choke on batch jobs or prod...
It all started with the question: what’s the difference between String and string literals &str? String literals &str Fixed, immutable sequences of UTF‑8 bytes...