Pinned Repositories
ahash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
cargo_toml
Serde definition of Cargo.toml structure (mirror of https://gitlab.com/lib.rs/cargo_toml)
derive-where
Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.
figment
A hierarchical configuration library so con-free, it's unreal.
json-threat-protection
A crate to protect against malicious JSON payloads.
libs-team
The home of the library team
maybe-async
A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates
rust
Empowering everyone to build reliable and efficient software.
time
The most used Rust library for date and time handling.
yazi
💥 Blazing fast terminal file manager written in Rust, based on async I/O.
dtolnay-contrib's Repositories
dtolnay-contrib/dachshund
Dachshund is a graph mining library written in Rust. It provides high performance data structures for multiple kinds of graphs, from simple undirected graphs to typed hypergraphs. Dachshund also provides algorithms for common tasks for graph mining and analysis, ranging from shortest paths to graph spectral analysis.
dtolnay-contrib/clircle
Detect cyclic file handles with ease.
dtolnay-contrib/core_io
Rust std::io with all the parts that don't work in core removed.
dtolnay-contrib/dyn-ord
Traits for dynamically-typed equality comparison and ordering
dtolnay-contrib/thingbuf
in-place allocation-reusing queues for Rust
dtolnay-contrib/wasm-pack
📦✨ your favorite rust -> wasm workflow tool!
dtolnay-contrib/afl.rs
🐇 Fuzzing Rust code with American Fuzzy Lop
dtolnay-contrib/bitvec
A crate for managing memory bit by bit
dtolnay-contrib/build-alert
dtolnay-contrib/cargo-expand
Subcommand to show result of macro expansion
dtolnay-contrib/case-studies
Analysis of various tricky Rust code
dtolnay-contrib/committers.top
CLI tool which uses the GitHub GraphQL API to rank users according to number of contributions, and corresponding static website.
dtolnay-contrib/cookie_store
An implementation of RFC6265
dtolnay-contrib/dtolnay-contrib.github.io
https://github.com/jqlang/jq/issues/4#issuecomment-1563771678
dtolnay-contrib/honggfuzz-rs
Fuzz your Rust code with Google-developed Honggfuzz !
dtolnay-contrib/libfuzzer
Rust bindings and utilities for LLVM’s libFuzzer
dtolnay-contrib/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
dtolnay-contrib/noisy-clippy
dtolnay-contrib/paste
Macros for all your token pasting needs
dtolnay-contrib/prettyplease
A minimal `syn` syntax tree pretty-printer
dtolnay-contrib/proc-macro2
dtolnay-contrib/qapi-rs
QEMU QMP and Guest Agent protocol for Rust
dtolnay-contrib/reflect
Compile-time reflection API for developing robust procedural macros (proof of concept)
dtolnay-contrib/remain
Compile-time checks that an enum or match is written in sorted order
dtolnay-contrib/rust-playground
The Rust Playground
dtolnay-contrib/syn-select
Lightweight path selector for searching Rust code
dtolnay-contrib/toolchain_find
Find components installed under a different toolchain
dtolnay-contrib/tsify
A library for generating TypeScript definitions from rust code.
dtolnay-contrib/url
URL parser for Rust
dtolnay-contrib/watt
Runtime for executing procedural macros as WebAssembly