- GitHub - rust-lang/log: Logging implementation for Rust
- GitHub - dtolnay/anyhow: Flexible concrete Error type built on std: :Error
- GitHub - sebasmagri/env_logger: A logging implementation for
log
which is configured via an environment variable. - GitHub - serde-rs/serde: Serialization framework for Rust
- GitHub - TeXitoi/structopt: Parse command line arguments by defining a struct.
- GitHub - seanmonstar/reqwest: An easy and powerful Rust HTTP Client
- GitHub - rust-lang-nursery/lazy-static.rs: A small macro for defining lazy evaluated static variables in Rust.
- GitHub - servo/rust-url: URL parser for Rust
- GitHub - rust-random/rand: A Rust library for random number generation.
- GitHub - dtolnay/thiserror: derive(Error) for struct and enum error types
- GitHub - launchbadge/sqlx: 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
- CLion: A Cross-Platform IDE for C and C++ by JetBrains with IntelliJ Rust (editing, building, running, debugging, code coverage, etc)
- GitHub - rust-lang/rustfmt: Format Rust code
- GitHub - rust-lang/rust-clippy: A bunch of lints to catch common mistakes and improve your Rust code
- GitHub - matthiaskrgr/cargo-cache: manage cargo cache (${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively
- GitHub - rust-embedded/cargo-binutils: Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
- GitHub - stevedonovan/runner: Tool for running Rust snippets
- GitHub - google/evcxr
- GitHub - passcod/cargo-watch
- GitHub - museun/cargo-whatfeatures: a simple cargo plugin to get a list of features for a specific crate
- GitHub - EmbarkStudios/cargo-deny: ❌ Cargo plugin for linting your dependencies 🦀
- GitHub - RustSec/cargo-audit: Audit Cargo.lock files for crates with security vulnerabilities
- GitHub - mozilla/grcov: Rust tool to collect and aggregate code coverage data for multiple source files