Skip to content

timlyo/awesome-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

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

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
    • pwoolcoc/cargo-fmt — allows you to call rustfmt from cargo
    • 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

Distributed Systems

Encoding

Filesystem

Game development

GUI

Image processing

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

Network programming

Parser

Platform specific

Profiling

Template engine

Testing

Text processing

Web programming

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

Resources

Development tools

IDEs

See also https://areweideyet.com/.

License

CC0

About

A curated list of awesome Rust code and resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published