Pinned Repositories
astaire-old
The basic Sinatra DSL inside of ActionController
codegen
A Rust library providing a builder API to generate Rust code.
eventual
A future & stream abstraction for Rust
tower-web
A fast, boilerplate free, web framework for Rust
h2
HTTP 2.0 client & server implementation for Rust.
bytes
Utilities for working with bytes
mio
Metal I/O library for Rust.
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
tower
async fn(Request) -> Result<Response, Error>
tower-grpc
A gRPC client & server implementation.
carllerche's Repositories
carllerche/tower-web
A fast, boilerplate free, web framework for Rust
carllerche/codegen
A Rust library providing a builder API to generate Rust code.
carllerche/tokio-serde
carllerche/iovec
Rust library providing a specialized byte slice type for performing vectored I/O operations.
carllerche/pool
A pool of reusable values
carllerche/mini-raft
An implementation of Raft in Rust.
carllerche/string
Rust String type with configurable byte storage.
carllerche/tokio-serde-json
carllerche/mock-io
Rust mock type implementing io::Read & io::Write
carllerche/shipit
carllerche/echo-benchmarks
Blocking vs. async echo server benchmarks
carllerche/pidfile-rust
Handles managing a pidfile for daemon mutual exclusion
carllerche/assertive
Collections of Rust assertions
carllerche/buffoon
A protobuf library for Rust
carllerche/http-macros
Macros for creating HTTP types
carllerche/tokio-repro
carllerche/hello-axum
A basic axum service
carllerche/miri
An interpreter for Rust's mid-level intermediate representation
carllerche/pin-convert
Traits for converting to `Pin` variants.
carllerche/rustls
A modern TLS library in Rust
carllerche/tower-lambda
Bridges tower and lambda
carllerche/turbowish-mocks
carllerche/turmoil-cli
carllerche/website
My personal website
carllerche/deno_graph
The module graph logic for Deno CLI
carllerche/hello-rust
Rust example app on Fly.io
carllerche/mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
carllerche/tokio-perf-experiments
carllerche/tower-http
HTTP specific Tower utilities.
carllerche/wg-async-foundations
Working group dedicated to improving the foundations of Async I/O in Rust