mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-16 06:12:56 +00:00
rename
This commit is contained in:
parent
ed8702215c
commit
210234f117
@ -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).
|
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)
|
- [Awesome Rust](#awesome-rust)
|
||||||
- [Code](#code)
|
- [Applications](#applications)
|
||||||
|
- [Frameworks](#frameworks)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
- [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)
|
- [Web programming](#web-programming)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
|
|
||||||
## Code
|
## Applications
|
||||||
|
|
||||||
|
## Frameworks
|
||||||
|
|
||||||
|
|
||||||
### Audio
|
### Audio
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`.
|
A list of awesome but unstable/experimental Rust projects which some day hopefully will be migrated to `README.md`.
|
||||||
|
|
||||||
- [Awesome Rust](#awesome-rust)
|
- [Awesome Rust](#awesome-rust)
|
||||||
- [Code](#code)
|
- [Applications](#applications)
|
||||||
|
- [Frameworks](#frameworks)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
- [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)
|
- [Web programming](#web-programming)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
|
|
||||||
## Code
|
## Applications
|
||||||
|
|
||||||
|
## Frameworks
|
||||||
|
|
||||||
|
|
||||||
### Audio
|
### Audio
|
||||||
|
@ -580,7 +580,8 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||||||
TOC = \
|
TOC = \
|
||||||
"""
|
"""
|
||||||
- [Awesome Rust](#awesome-rust)
|
- [Awesome Rust](#awesome-rust)
|
||||||
- [Code](#code)
|
- [Applications](#applications)
|
||||||
|
- [Frameworks](#frameworks)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
- [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_stable = [HEADER_STABLE, TOC]
|
||||||
rows_unstable = [HEADER_UNSTABLE, 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 )
|
add( '\n### Audio\n', rows_stable, rows_unstable )
|
||||||
entry( '* ', 'bjz/openal-rs', rows_stable, rows_unstable )
|
entry( '* ', 'bjz/openal-rs', rows_stable, rows_unstable )
|
||||||
|
Loading…
Reference in New Issue
Block a user