You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
awesome-rust/README.md

46 KiB

Awesome Rust

A curated list of awesome Rust code and resources, inspired by the other awesome lists.

The goal is to have only projects that are mostly stable and useful to users.

Applications written in Rust

Games

Operating systems

A comparison of operating systems written in Rust

Development tools

Debugging

IDEs

See also http://areweideyet.com/ and Rust and IDEs.

Profiling

Testing

Libraries

Asynchronous

  • zonyitoo/coio-rs — a coroutine I/O library with a working-stealing scheduler

Audio

Authentication

Bioinformatics

  • Rust-Bio - bioinformatics libraries in Rust.

Build system

  • Cargo — the Rust package manager
    • rsolomo/cargo-check — a wrapper around cargo rustc -- -Zno-trans which can be helpful for running a faster compile if you only need correctness checks
    • kbknapp/cargo-count — lists source code counts and details about cargo projects, including unsafe statistics
    • pwoolcoc/cargo-do — run multiple cargo commands in a row
    • maxsnew/cargo-dot — generate graphs of a Cargo project's dependencies
    • killercup/cargo-edit — allows you to add and list dependencies by reading/writing to your Cargo.toml file from the command line
    • pwoolcoc/cargo-fmt — allows you to call rustfmt from cargo
    • kbknapp/cargo-graph — updated fork of cargo-dot with additional features
    • kbknapp/cargo-outdated — displays when newer versions of Rust dependencies are available, or out of date
    • DanielKeep/cargo-script — lets people quickly and easily run Rust "scripts" which can make use of Cargo's package ecosystem
    • passcod/cargo-watch — utility for cargo to compile projects when sources change
  • CMake

Cloud

Command-line argument parsing

Compression

Computation

Cryptography

Database

Date and time

Data structures

Distributed Systems

Email

Encoding

Game development

Geospatial

  • Georust — geospatial tools and libraries written in Rust

GUI

Image processing

Machine learning

Markup language

Mobile

  • Android
  • iOS
    • TimNN/cargo-lipo — a cargo lipo subcommand which automatically creates a universal library for use with your iOS application.
    • vhbit/ObjCrust — using Rust to create an iOS static library
  • Pebble
    • andars/pebble.rs — a crate that allows Rust to be used to develop Pebble applications.
  • Raspberry Pi

Network programming

Parser

Platform specific

Template engine

Text processing

Web programming

See also Rust web framework comparison.

Resources

License

CC0