mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
format
This commit is contained in:
parent
8732853240
commit
000edcc685
1 changed files with 51 additions and 50 deletions
101
README.md
101
README.md
|
@ -4,56 +4,57 @@ A curated list of Rust code and resources, inspired by other awesome lists.
|
|||
|
||||
If you want to contribute, please read [this](CONTRIBUTING.md).
|
||||
|
||||
- Table of Contents
|
||||
- [Applications written in Rust](#applications-written-in-rust)
|
||||
- [Games](#games)
|
||||
- [Operating systems](#operating-systems)
|
||||
- [System tools](#system-tools)
|
||||
- [Development Tools](#development-tools)
|
||||
- [Debugging](#debugging)
|
||||
- [Embedded](#embedded)
|
||||
- [FFI](#ffi)
|
||||
- [IDEs](#ides)
|
||||
- [Profiling](#profiling)
|
||||
- [Testing](#testing)
|
||||
- [Libraries](#libraries)
|
||||
- [Astronomy](#astronomy)
|
||||
- [Asynchronous](#asynchronous)
|
||||
- [Audio](#audio)
|
||||
- [Authentication](#authentication)
|
||||
- [Bioinformatics](#bioinformatics)
|
||||
- [Build system](#build-system)
|
||||
- [Caching](#caching)
|
||||
- [Cloud](#cloud)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
- [Command-line interface](#command-line-interface)
|
||||
- [Compression](#compression)
|
||||
- [Computation](#computation)
|
||||
- [Concurrency](#concurrency)
|
||||
- [Cryptography](#cryptography)
|
||||
- [Database](#database)
|
||||
- [Data structures](#data-structures)
|
||||
- [Date and time](#date-and-time)
|
||||
- [Distributed Systems](#distributed-systems)
|
||||
- [Email](#email)
|
||||
- [Encoding](#encoding)
|
||||
- [Game development](#game-development)
|
||||
- [Games](#games)
|
||||
- [Geospatial](#geospatial)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Machine learning](#machine-learning)
|
||||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
- [Parser](#parser)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Template engine](#template-engine)
|
||||
- [Text processing](#text-processing)
|
||||
- [Virtualization](#virtualization)
|
||||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
- [License](#license)
|
||||
## Table of Contents
|
||||
|
||||
- [Applications written in Rust](#applications-written-in-rust)
|
||||
- [Games](#games)
|
||||
- [Operating systems](#operating-systems)
|
||||
- [System tools](#system-tools)
|
||||
- [Development Tools](#development-tools)
|
||||
- [Debugging](#debugging)
|
||||
- [Embedded](#embedded)
|
||||
- [FFI](#ffi)
|
||||
- [IDEs](#ides)
|
||||
- [Profiling](#profiling)
|
||||
- [Testing](#testing)
|
||||
- [Libraries](#libraries)
|
||||
- [Astronomy](#astronomy)
|
||||
- [Asynchronous](#asynchronous)
|
||||
- [Audio](#audio)
|
||||
- [Authentication](#authentication)
|
||||
- [Bioinformatics](#bioinformatics)
|
||||
- [Build system](#build-system)
|
||||
- [Caching](#caching)
|
||||
- [Cloud](#cloud)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
- [Command-line interface](#command-line-interface)
|
||||
- [Compression](#compression)
|
||||
- [Computation](#computation)
|
||||
- [Concurrency](#concurrency)
|
||||
- [Cryptography](#cryptography)
|
||||
- [Database](#database)
|
||||
- [Data structures](#data-structures)
|
||||
- [Date and time](#date-and-time)
|
||||
- [Distributed Systems](#distributed-systems)
|
||||
- [Email](#email)
|
||||
- [Encoding](#encoding)
|
||||
- [Game development](#game-development)
|
||||
- [Games](#games)
|
||||
- [Geospatial](#geospatial)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Machine learning](#machine-learning)
|
||||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
- [Parser](#parser)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Template engine](#template-engine)
|
||||
- [Text processing](#text-processing)
|
||||
- [Virtualization](#virtualization)
|
||||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
- [License](#license)
|
||||
|
||||
## Applications written in Rust
|
||||
|
||||
|
|
Loading…
Reference in a new issue