Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-rust

Rust 资源大全中文版。An awesome Rust packages and resources
https://github.com/huaize2020/awesome-rust

Last synced: 3 days ago
JSON representation

  • Official

  • Repository

    • Data structure

      • rustc-hash - Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure。 ![](https://img.shields.io/github/stars/rust-lang/rustc-hash.svg?style=social&label=Star)
    • Macro

      • lazy_static - A small macro for defining lazy evaluated static variables in Rust. ![](https://img.shields.io/github/stars/rust-lang-nursery/lazy-static.rs.svg?style=social&label=Star)
      • Cute - Macro for Python-esque list comprehensions in Rust. ![](https://img.shields.io/github/stars/mattgathu/cute.svg?style=social&label=Star)
      • Linq - Language Integrated Query in Rust. ![](https://img.shields.io/github/stars/StardustDL/Linq-in-Rust.svg?style=social&label=Star)
    • Image

      • image - Provides basic image processing functions and methods for converting to and from various image formats. ![](https://img.shields.io/github/stars/image-rs/image.svg?style=social&label=Star)
      • photon - ⚡ Rust/WebAssembly image processing library. ![](https://img.shields.io/github/stars/silvia-odwyer/photon.svg?style=social&label=Star)
    • Command-line Utilities

      • clap - A full featured, fast Command Line Argument Parser for Rust. ![](https://img.shields.io/github/stars/clap-rs/clap.svg?style=social&label=Star)
      • colored - (Rust) Coloring terminal so simple you already know how to do it. ![](https://img.shields.io/github/stars/colored-rs/colored.svg?style=social&label=Star)
    • HTTP

      • reqwest - An easy and powerful Rust HTTP Client. ![](https://img.shields.io/github/stars/seanmonstar/reqwest.svg?style=social&label=Star)
    • Web Frameworks

      • rust-web-framework-comparison
      • yew - Rust / Wasm framework for building client web apps. ![](https://img.shields.io/github/stars/yewstack/yew.svg?style=social&label=Star)
      • axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper. ![](https://img.shields.io/github/stars/yewstack/yew.svg?style=social&label=Star)
    • Static Site Generator & Blogging

      • rspress - 🦀💨 A fast Rspack-based static site generator. ![](https://img.shields.io/github/stars/web-infra-dev/rspress.svg?style=social&label=Star)
    • Error Handling

      • anyhow - Flexible concrete Error type built on std::error::Error. ![](https://img.shields.io/github/stars/dtolnay/anyhow.svg?style=social&label=Star)
    • Cache

      • lru-rs - An implementation of a LRU cache. ![](https://img.shields.io/github/stars/jeromefroe/lru-rs.svg?style=social&label=Star)
  • Resources

    • Tools

      • Crates - crates.io: Rust Package Registry.