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/trillium-acme
Automatic HTTPS certificates for trillium.rs, via Let's Encrypt and ACME tls-alpn-01 challenges
joshtriplett/joshtriplett.org
joshtriplett/rust
a safe, concurrent, practical language
joshtriplett/deb.joshtriplett.org
joshtriplett/gitoxide
An idiomatic, modern, lean and fast pure-rust implementation of git
joshtriplett/rust-libc
Raw bindings to platform APIs for Rust
joshtriplett/std-dev-guide
Guide for standard library developers
joshtriplett/termux-app
Termux - a terminal emulator application for Android OS extendible by variety of packages.
joshtriplett/trillium
🌱🦀🌱 Trillium is a composable toolkit for building internet applications with async rust
joshtriplett/unbug
A crate to programmatically invoke debugging breakpoints with helping macros
joshtriplett/_rust
DESCRIPTION
joshtriplett/anstyle
ANSI text styling
joshtriplett/bstr
A string type for Rust that is not required to be valid UTF-8.
joshtriplett/compassandkey.org
🧭🗝️
joshtriplett/dashmap
Blazing fast concurrent HashMap for Rust.
joshtriplett/edition-guide
A guide to changes between various editions of Rust
joshtriplett/home
joshtriplett/josh-meta
joshtriplett/leadership-council
Home of the Rust Leadership Council
joshtriplett/piper
An asynchronous single-consumer single-producer pipe for bytes
joshtriplett/reference
The Rust Reference
joshtriplett/rfcs
RFCs for changes to Rust
joshtriplett/rust-project-goals
Rust Project Goals tracker
joshtriplett/rustix
Safe Rust bindings to POSIX-ish APIs
joshtriplett/rustup.rs
The Rust toolchain installer
joshtriplett/smithy-rs
joshtriplett/tabled
An easy to use library for pretty print tables of Rust structs and enums.
joshtriplett/tlrepo
Rust tlrepo crate: Thread-local git2::Repository, shareable across threads
joshtriplett/winnow
Making parsing a breeze
joshtriplett/wtransport
Async-friendly WebTransport implementation in Rust