Pinned Repositories
anyhow
Flexible concrete Error type built on std::error::Error
async-trait
Type erasure for async trait methods
cargo-expand
Subcommand to show result of macro expansion
case-studies
Analysis of various tricky Rust code
cxx
Safe interop between Rust and C++
proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
quote
Rust quasi-quoting
rust-quiz
Medium to hard Rust questions with explanations
syn
Parser for Rust source code
thiserror
derive(Error) for struct and enum error types
dtolnay's Repositories
dtolnay/case-studies
Analysis of various tricky Rust code
dtolnay/rust-quiz
Medium to hard Rust questions with explanations
dtolnay/inventory
Typed distributed plugin registration
dtolnay/paste
Macros for all your token pasting needs
dtolnay/serde-yaml
Strongly typed YAML library for Rust
dtolnay/indoc
Indented document literals for Rust
dtolnay/dyn-clone
Clone trait that is object-safe
dtolnay/semver-trick
How to avoid complicated coordinated upgrades
dtolnay/monostate
Type that deserializes only from one specific value
dtolnay/dissimilar
Diff library with semantic cleanup, based on Google's diff-match-patch
dtolnay/automod
Pull in every source file in a directory as a module
dtolnay/faketty
Wrapper to exec a command in a pty, even if redirecting the output
dtolnay/inherent
Make trait methods callable without the trait in scope
dtolnay/dtoa
Fast functions for printing floating-point primitives to a decimal string
dtolnay/noisy-clippy
dtolnay/enumn
Convert number to enum
dtolnay/basic-toml
Minimal TOML library with few dependencies
dtolnay/squatternaut
A snapshot of name squatting on crates.io
dtolnay/essay
docs.rs as a publishing platform?
dtolnay/fast-rustup
dtolnay/build-alert
dtolnay/link-cplusplus
Link libstdc++ or libc++ automatically or manually
dtolnay/argv
Non-allocating iterator over command line arguments
dtolnay/cargo-unlock
Remove Cargo.lock lockfile
dtolnay/unsafe-libyaml
libyaml transpiled to rust by c2rust
dtolnay/dyn-hash
Hash trait that is object-safe
dtolnay/rustflags
Parser for CARGO_ENCODED_RUSTFLAGS
dtolnay/install-buck2
Install precompiled Buck2 build system
dtolnay/.github
dtolnay/buck2
Build system, successor to Buck