charloco / awesome-rust

A curated list of awesome Rust code and resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Libraries

Audio

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
    • 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
  • clog-tool/clog-lib — a library for generating a changelogs from git metadata

Command-line argument parsing

Compression

Computation

Cryptography

Database

Date and time

Data structures

Encoding

Filesystem

Game development

GUI

Image processing

Markup language

Mobile

Network programming

Parser

Platform specific

Profiling

Template engine

Testing

Text processing

Web programming

See also http://arewewebyet.com/ and Rust web framework comparison.

Resources

Development tools

IDEs

License

CC0

About

A curated list of awesome Rust code and resources.