Rust
Guide
Extension
🌐 Browser
- Rust Search Extension - Search docs, crates, builtin attributes, official books, and error codes, etc in your address bar instantly. Input keyword rs then press Space to get started. Just that easy!
💠 VSCode
- rust-analyzer - Provides support for rust-analyzer: novel LSP server for the Rust programming language.
- crates - This is crates, an extension for crates.io dependencies. Aims helping developers to manage dependencies while using Cargo.toml.
Cli
cargo
- cargo edit - A utility for managing cargo dependencies from the command line.
- rustfix - Automatically apply the suggestions made by rustc
- nextest - A next-generation test runner for Rust
- Spotify TUI - Spotify for the terminal written in Rust
- wasm-pack - your favorite rust -> wasm workflow tool!
- Gifski - GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format
lint
- Clippy - A bunch of lints to catch common mistakes and improve your Rust code
color
- termcolor - Cross platform terminal colors for Rust
Other
- pastel - A command-line tool to generate, analyze, convert and manipulate colors
- xshell - provides a set of cross-platform utilities for writing cross-platform and ergonomic “bash” scripts
- update-informer - Update informer for CLI applications written in Rust
Game Engine
- Bevy - A refreshingly simple data-driven game engine built in Rust
- Amethyst - Data-oriented and data-driven game engine written in Rust
Library
- regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs
- notify - Cross-platform filesystem notification library for Rust
- nom - Rust parser combinator framework
- clap - A full featured, fast Command Line Argument Parser for Rust
- log - Logging implementation for Rust
- walkdir - Rust library for walking directories recursively
- WebRTC.rs - A pure Rust implementation of WebRTC
- PRQL - PRQL is a modern language for transforming data — a simpler and more powerful SQL
- notify-rust - send desktop notifications from you rust app
- - Convert your ascii diagram scribbles into happy little SVG
Article