paulip1792's Stars
agerasev/ringbuf
Lock-free SPSC FIFO ring buffer with direct access to inner data
PSeitz/serde_json_borrow
Fast JSON deserialization on borrowed data
sagebind/castaway
Safe, zero-cost downcasting for limited compile-time specialization.
TimelyDataflow/timely-dataflow
A modular implementation of timely dataflow in Rust
ModProg/derive-where
Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.
aaronabramov/k9
Rust testing library
taiki-e/cargo-hack
Cargo subcommand to provide various options useful for testing and continuous integration.
rust-lang/ferris-says
A Rust flavored implementation of `cowsay`
yoshuawuyts/futures-concurrency
Structured concurrency operations for async Rust
dtolnay/remain
Compile-time checks that an enum or match is written in sorted order
dtolnay/case-studies
Analysis of various tricky Rust code
dtolnay/erased-serde
Type-erased Serialize, Serializer and Deserializer traits
danielhenrymantilla/nougat.rs
(lifetime) GATs on stable Rust
dtolnay/monostate
Type that deserializes only from one specific value
robclu/leapfrog
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
SagerNet/sing-box
The universal proxy platform
a1akris/page-turner
A generic abstraction of paginated APIs
nextest-rs/nextest
A next-generation test runner for Rust.
la10736/rstest
Fixture-based test framework for Rust
BurntSushi/quickcheck
Automated property based testing for Rust (with shrinking).
dtolnay/trybuild
Test harness for ui tests of compiler diagnostics
idanarye/rust-typed-builder
Compile-time type-checked builder derive
kata-containers/kata-containers
Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
BurntSushi/fst
Represent large sets and maps compactly with finite state transducers.
tiffany352/rink-rs
Unit conversion tool and library written in rust
metrics-rs/quanta
high-speed timing library in Rust
tikv/minstant
Performant time measuring in Rust
tikv/minitrace-rust
Extremely fast tracing library for Rust
near/nearcore
Reference client for NEAR Protocol
bnjbvr/cargo-machete
Remove unused Rust dependencies with this one weird trick!