Pinned Repositories
volo
Rust RPC framework with high-performance and strong-extensibility for building micro-services.
tonic
A native gRPC client & server implementation with async/await support.
await-group
Golang like WaitGroup implementation
grpc-web
gRPC web server based on Volo
nju-clock-in
南京大学自动打卡
ringhash
Consistent hashing implementation in Rust
rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
rust
Empowering everyone to build reliable and efficient software.
rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
tracing
Application level tracing for Rust.
Millione's Repositories
Millione/grpc-web
gRPC web server based on Volo
Millione/ringhash
Consistent hashing implementation in Rust
Millione/await-group
Golang like WaitGroup implementation
Millione/typedcache
Concurrent-safe typedcache with expiration capabilities.
Millione/cheatsheets
Just for daily usage
Millione/cloudwego.github.io
Website for CloudWeGo
Millione/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.
Millione/cs-books
Archived booklist
Millione/faststr
`faststr` is a string library that try to avoid the cost of clone.
Millione/grpc-proxy
Millione/h2
HTTP 2.0 client & server implementation for Rust.
Millione/itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
Millione/kitex
A high-performance and strong-extensibility Go RPC framework that helps developers build microservices.
Millione/linkedbytes
LinkedBytes is a linked list of Bytes and BytesMut.
Millione/lockbud
Statically detect Rust deadlocks bugs
Millione/metainfo
Transmissing metainfo across components.
Millione/Millione
Millione/moka
A high performance concurrent caching library for Rust
Millione/motore
Async middleware abstraction powered by GAT and TAIT.
Millione/pilota
A thrift and protobuf implementation in pure rust with high performance and extensibility.
Millione/rust
Empowering everyone to build reliable and efficient software.
Millione/rust-blogs
Summarise the great rust blogs I ever read
Millione/rust2go
Call Golang from Rust
Millione/sentinel-rust
Sentinel Rust version
Millione/sonic-rs
A fast Rust JSON library based on SIMD.
Millione/stretto
Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.
Millione/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Millione/tonic
A native gRPC client & server implementation with async/await support.
Millione/volo
A high-performance and strong-extensibility Rust RPC framework that helps developers build microservices.
Millione/wg
Golang like WaitGroup implementation for sync/async Rust.