domcx's Stars
chriskohlhoff/asio
Asio C++ Library
tidwall/neco
Concurrency library for C (coroutines)
edubart/minicoro
Single header stackful cross-platform coroutine library in pure C.
automerge/autosurgeon
automerge/automerge
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
y-crdt/y-crdt
Rust port of Yjs
mozilla/sccache
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
hyperium/tonic
A native gRPC client & server implementation with async/await support.
datenlord/async-rdma
Easy to use RDMA API in Rust async
linux-rdma/rdma-core
RDMA core userspace libraries and daemons
openucx/ucx
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
rust-lang/unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
fereidani/kanal
The fast sync and async channel that Rust deserves
mozilla/lmdb-rs
INACTIVE - Safe Rust bindings for LMDB
mjswensen/themer
🎨 themer takes a set of colors and outputs themes for your apps (editors, terminals, wallpapers, and more).
thomcc/rust-typed-arena
The arena, a fast but limited type of allocator
fitzgen/bumpalo
A fast bump allocation arena for Rust
mozilla/rkv
A simple, humane, typed key-value storage solution.
meilisearch/heed
A fully typed LMDB wrapper with minimum overhead 🐦
appsmithorg/appsmith
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
casey/just
🤖 Just a command runner
vectordotdev/vector
A high-performance observability data pipeline.
m-ou-se/rust-atomics-and-locks
Code examples, data structures, and links from my book, Rust Atomics and Locks.
jonhoo/configs
My configuration files
mdeloof/statig
Hierarchical state machines for designing event-driven systems
Snapchat/KeyDB
A Multithreaded Fork of Redis
HdrHistogram/HdrHistogram_rust
A port of HdrHistogram to Rust
russelltg/srt-rs
SRT implementation in Rust
lysyi3m/macos-terminal-themes
Color schemes for default macOS Terminal.app
LukeMathWalker/cargo-chef
A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.