bbstilson's Stars
HigherOrderCO/Bend
A massively parallel, high-level programming language
launchbadge/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Byron/gitoxide
An idiomatic, lean, fast & safe pure Rust implementation of Git
jpochyla/psst
Fast and multi-platform Spotify client with native GUI
loco-rs/loco
🚂 🦀 The one-person framework for Rust for side-projects and startups
Speykious/cve-rs
Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀
DataDog/glommio
Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
BurntSushi/jiff
A date-time library for Rust that encourages you to jump into the pit of success.
moka-rs/moka
A high performance concurrent caching library for Rust
lichess-org/mobile
Lichess mobile app v2
cloudflare/foundations
Cloudflare's Rust service foundations library.
Kobzol/cargo-wizard
Cargo subcommand for configuring Cargo projects for best performance.
coreylowman/cudarc
Safe rust wrapper around CUDA toolkit
hyperium/h3
ibraheemdev/papaya
A fast and ergonomic concurrent hash-table for read-heavy workloads.
camino-rs/camino
Like Rust's std::path::Path, but UTF-8.
RustAudio/lewton
Rust vorbis decoder
YS-L/flamelens
Flamegraph viewer in the terminal
iced-rs/awesome-iced
A curated list of custom widgets, example projects, integrations, and resources made with/for iced
robinst/linkify
Rust library to find links such as URLs and email addresses in plain text, handling surrounding punctuation correctly
LaihoE/SIMD-itertools
Faster implementations of standard library operations like find, filter, position etc.
RustAudio/ogg
Ogg container decoder and encoder written in pure Rust
mcy/vb64
SIMD base64 codecs
tarkah/iced_table
usepriceflow/app
PriceFlow
ComunidadAylas/vorbis-rs
🔊 Rust bindings for the best-in-breed C libraries of the Vorbis audio codec and Ogg container encapsulation.
fasterthanlime/oval
A stream abstraction designed for use with nom
hasenbanck/opus-native
Implements the free and open audio codec Opus in Rust.
JonathanBrouwer/exhaustive
vrurg/fieldx
Procedural macro for constructing structs with lazily initialized fields, builder pattern, and serde support with a focus on declarative syntax.