Pinned Repositories
jj
A Git-compatible VCS that is both simple and powerful
cargo-generate
cargo, make me a project
git-branchless
Branchless workflow for Git
git-stack
Stacked branch management for Git
icu4x
Solving i18n for client-side and resource-constrained environments.
jiff
A date-time library for Rust that encourages you to jump into the pit of success.
rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
scm-record
`scm-record` is a UI component to interactively select changes to include in a commit. It's meant to be embedded in source control tooling.
sha1-smol
Minimal and dependency free implementation of SHA1 for Rust
zstd-rs
A rust binding for the zstd compression library.
martinvonz's Repositories
martinvonz/cli-guidelines
A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.
martinvonz/copybara
Copybara: A tool for transforming and moving code between repositories.
martinvonz/test-case
Rust procedural macro attribute for adding test cases easily