Martin Nordholts's repositories
enselic-home
Stuff for Enselic
git-repo-language-trends
Analyze programming language usage over time in a git repository and produce a graphical or textual representation of the result.
backtrace-rs
Backtraces in Rust
binary2treemap
Map each byte in a compiled binary to the corresponding source code file and line. Helps investigate binary bloat.
compiler-builtins
Porting `compiler-rt` intrinsics to Rust
github-repo-open-issues
Generate tab-separated value (.tsv) files with number of open issues over time in a GitHub repository, categorized by labels.
graphql-client
Typed, correct GraphQL requests and responses in Rust
parse-changelog
Simple changelog parser, written in Rust.
rust-analyzer
A Rust compiler front-end for IDEs
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rust-crates-index
Rust library for retrieving and interacting with the crates.io index
rust-issue-stats
Collects various stats about issues in the Rust issue tracker.
rustc-dev-guide
A guide to how rustc works and how to contribute to it.