Pinned Repositories
async-pidfd
Rust crate to use process file descriptors (pidfd) for Linux
colorparse
Rust library to parse color configuration strings (in Git syntax) into ansi_term::Style objects
delta
A syntax-highlighting pager for git, diff, and grep output
highlight-stderr
Run a command and highlight its stderr, preserving the order of stdout and stderr
io-mux
Rust io-mux crate: Provide multiple file descriptors writing into one in-order pipe, tagged by the source of data (e.g. stdout/stderr)
metadeps
Run pkg-config from declarative dependencies in Cargo.toml
nbd-netlink
Rust crate to set up an NBD device for a specified socket and parameters, using the Linux netlink interface
trillium-acme
Automatic HTTPS certificates for trillium.rs, via Let's Encrypt and ACME tls-alpn-01 challenges
cargo
The Rust package manager
rust
Empowering everyone to build reliable and efficient software.
joshtriplett's Repositories
joshtriplett/io-mux
Rust io-mux crate: Provide multiple file descriptors writing into one in-order pipe, tagged by the source of data (e.g. stdout/stderr)
joshtriplett/trillium-acme
Automatic HTTPS certificates for trillium.rs, via Let's Encrypt and ACME tls-alpn-01 challenges
joshtriplett/rust
a safe, concurrent, practical language
joshtriplett/gitoxide
An idiomatic, modern, lean and fast pure-rust implementation of git
joshtriplett/trillium
🌱🦀🌱 Trillium is a composable toolkit for building internet applications with async rust
joshtriplett/areweasyncyet.rs
Are we async yet?
joshtriplett/async-std
Async version of the Rust standard library
joshtriplett/async-tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
joshtriplett/aws-spotter
Tool for checking the AWS Spot instance prices across specified regions
joshtriplett/BLAKE3
the official Rust and C implementations of the BLAKE3 cryptographic hash function
joshtriplett/cargo-deny-action
❌ GitHub Action for cargo-deny 🦀
joshtriplett/contour
Modern C++ Terminal Emulator
joshtriplett/fs4-rs
Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to support async and replace libc with rustix.
joshtriplett/gluegun
joshtriplett/home
joshtriplett/jiff
A datetime library for Rust that encourages you to jump into the pit of success.
joshtriplett/koto
A simple, expressive, embeddable programming language
joshtriplett/limbo
Limbo is a project to build the modern evolution of SQLite.
joshtriplett/matchers
joshtriplett/nbd-async
Block device driver in userspace!
joshtriplett/PyPirv
Simple python to spirv compiler inspired by [taichi](https://github.com/taichi-dev/taichi)
joshtriplett/reference
The Rust Reference
joshtriplett/rfcs
RFCs for changes to Rust
joshtriplett/rust-project-goals
Rust Project Goals tracker
joshtriplett/rust-team
Rust teams structure
joshtriplett/rustix
Safe Rust bindings to POSIX-ish APIs
joshtriplett/scheme
joshtriplett/tlrepo
Rust tlrepo crate: Thread-local git2::Repository, shareable across threads
joshtriplett/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
joshtriplett/tracing
Application level tracing for Rust.