2024-12-11

Favicon Dioxus 0.6 – Crossplatform apps with Rust
A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.
Favicon I spent 2 years rebuilding my algorithmic trading platform in Rust. I have no regrets.
One day, after a particularly arduous coding session with Rust, I decided to vent my frustrations with this language on pen and paper (or keyboard and pixel?). My rant ended up going viral. I spent 18
Advantage of rewriting in Rust: Rust is more portable than C
libimagequant is a library for generating high-quality palettes, useful for compression of transparent PNG images (~75% smaller!) and making nice GIF animations.

2024-12-10

Limbo: A complete rewrite of SQLite in Rust
we forked SQLite with the libSQL project. What would it be like if we just rewrote it?

2024-12-09

Favicon Rust Futures are not guaranteed to be lazy
Now that I got your attention with the clickbait title, let me explain what I mean by it. Current Rust code could be broken in very subtle ways because of some assumptions we have about async Rust code that might not always be true.
Favicon Just launched NerveMQ - a Rust and SQLite-powered message queue that speaks SQS ?
Portable, SQS-compatible message queue backed by SQLite - fortress-build/nervemq
Favicon Flawless Replay, time-traveling debugger for Rust workflows
Time travelling debugger for Rust workflows.
Favicon Parsing MIDI messages in Rust
I'm working on a terrible idea of a project, and this project uses MIDI. That means I need a MIDI implementation! I chose to use an existing library, midir, to connect to devices and receive messages. But the reason I was interested in this not-yet-announced project is because I wanted to understand MIDI. So it was time to implement the communication protocol myself.
Favicon Unbug 0.4 - debug breakpoint assertions for Rust
A crate to programmatically invoke debugging breakpoints with helping macros - greymattergames/unbug

Read Original Article