Skip to content

Rust Ecosystem

Modern CLI tools, task runners, and web frameworks written in Rust.

CLI Tools

Tool Status Replaces Why
ripgrep (rg) ADOPT grep Ultra-fast recursive search, respects .gitignore
fd ADOPT find Simple syntax, smart defaults, gitignore-aware
bat ADOPT cat Syntax highlighting, line numbers, Git integration
eza ADOPT ls Colors, icons, Git status (actively maintained exa successor)
zoxide ADOPT cd Smart autojump—learns your most-used directories
delta ADOPT diff Beautiful Git diffs with syntax highlighting
just ADOPT make Modern task runner—simple syntax, no .PHONY nonsense

Web Frameworks & Runtime

Resource Status Description
Axum ADOPT Ergonomic web framework from the Tokio team—fastest growing in adoption
Actix Web ADOPT Maximum performance—consistently tops web framework benchmarks
Tokio ADOPT Async runtime foundation—powers most of the Rust async ecosystem