YaronWittenstein's Stars
astral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
vercel/turbo
Build system optimized for JavaScript and TypeScript, written in Rust
MaterializeInc/materialize
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.
hackclub/putting-the-you-in-cpu
A technical explainer by @kognise of how your computer runs programs, from start to finish.
clockworklabs/SpacetimeDB
Multiplayer at the speed of light
infinyon/fluvio
Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
GetFirefly/firefly
An alternative BEAM implementation, designed for WebAssembly
cberner/redb
An embedded key-value database in pure Rust
twitter/pelikan
Pelikan is Twitter's unified cache backend
dtolnay/case-studies
Analysis of various tricky Rust code
starkware-libs/cairo
Cairo is the first Turing-complete language for creating provable programs for general computation.
losfair/mvsqlite
Distributed, MVCC SQLite that runs on FoundationDB.
dtolnay/watt
Runtime for executing procedural macros as WebAssembly
x2bool/xlite
Query Excel spredsheets (.xlsx, .xls, .ods) using SQLite
dtolnay/no-panic
Attribute macro to require that the compiler prove a function can't ever panic
rust-minidump/rust-minidump
Type definitions, parsing, and analysis for the minidump file format.
ibraheemdev/seize
Fast, efficient, and robust memory reclamation for Rust.
tfpk/lifetimekata
An exploration of lifetimes in Rust.
vertexclique/nuclei
Proactive IO & Runtime system
Amanieu/corosensei
A fast and safe implementation of stackful coroutines in Rust
ibraheemdev/boxcar
A concurrent, append-only vector.
edgeandnode/eventuals
Eventually consistent values for Rust
tokahuke/yaque
Yaque is yet another disk-backed persistent queue for Rust.
conradludgate/arc-discharge
Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio
fdeantoni/tiny-tokio-actor
A simple tiny actor library on top of Tokio
SUPERCILEX/ftzz
File Tree Fuzzer creates a pseudo-random directory hierarchy filled with some number of files.
ibraheemdev/awaitgroup
Wait for a collection of async tasks to finish.
alexcrichton/splay-rs
A splay tree implementation written in Rust
SUPERCILEX/stack-buffer
Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.
samwho/rust-debugger
A ptrace-based debugger written in Rust.