mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 11:53:06 +00:00
rename
This commit is contained in:
parent
ed8702215c
commit
210234f117
3 changed files with 15 additions and 6 deletions
|
@ -5,7 +5,8 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
|
|||
Only projects that are stable and useful to users are added. Projects that do not compile with Rust-nightly for a longer time are moved to [UNSTABLE.md](UNSTABLE.md).
|
||||
|
||||
- [Awesome Rust](#awesome-rust)
|
||||
- [Code](#code)
|
||||
- [Applications](#applications)
|
||||
- [Frameworks](#frameworks)
|
||||
- [Audio](#audio)
|
||||
- [Build system](#build-system)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
|
@ -27,7 +28,9 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
|
||||
## Code
|
||||
## Applications
|
||||
|
||||
## Frameworks
|
||||
|
||||
|
||||
### Audio
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`.
|
||||
|
||||
- [Awesome Rust](#awesome-rust)
|
||||
- [Code](#code)
|
||||
- [Applications](#applications)
|
||||
- [Frameworks](#frameworks)
|
||||
- [Audio](#audio)
|
||||
- [Build system](#build-system)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
|
@ -25,7 +26,9 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
|
||||
## Code
|
||||
## Applications
|
||||
|
||||
## Frameworks
|
||||
|
||||
|
||||
### Audio
|
||||
|
|
|
@ -580,7 +580,8 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||
TOC = \
|
||||
"""
|
||||
- [Awesome Rust](#awesome-rust)
|
||||
- [Code](#code)
|
||||
- [Applications](#applications)
|
||||
- [Frameworks](#frameworks)
|
||||
- [Audio](#audio)
|
||||
- [Build system](#build-system)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
|
@ -655,7 +656,9 @@ def entry( prefix, name, rows_stable=None, rows_unstable=None ):
|
|||
rows_stable = [HEADER_STABLE, TOC]
|
||||
rows_unstable = [HEADER_UNSTABLE, TOC]
|
||||
|
||||
add( '## Code\n', rows_stable, rows_unstable )
|
||||
add( '## Applications\n', rows_stable, rows_unstable )
|
||||
|
||||
add( '## Frameworks\n', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Audio\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'bjz/openal-rs', rows_stable, rows_unstable )
|
||||
|
|
Loading…
Reference in a new issue