mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
separate Operating systems section
This commit is contained in:
parent
d94d7186c2
commit
f1b5873bac
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -7,6 +7,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
- [Awesome Rust](#awesome-rust)
|
||||
- [Applications written in Rust](#applications-written-in-rust)
|
||||
- [Games](#games)
|
||||
- [Operating systems](#operating-systems)
|
||||
- [Libraries](#libraries)
|
||||
- [Audio](#audio)
|
||||
- [Build system](#build-system)
|
||||
|
@ -50,11 +51,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
* [gchp/iota](https://github.com/gchp/iota) — a simple text editor [<img src="https://travis-ci.org/gchp/iota.svg?branch=master">](https://travis-ci.org/gchp/iota)
|
||||
* [imjacobclark/Herd](https://github.com/imjacobclark/Herd) — an experimental HTTP load testing application
|
||||
* [kbknapp/docli](https://github.com/kbknapp/docli-rs) — a command line utility for managing DigitalOcean infrastructure [<img src="https://travis-ci.org/kbknapp/docli-rs.svg?branch=master">](https://travis-ci.org/kbknapp/docli-rs)
|
||||
* [MaidSafe](http://maidsafe.net/) — a decentralized platform.
|
||||
* Operating systems
|
||||
* [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison)
|
||||
* [redox-os/redox](https://github.com/redox-os/redox) — [<img src="https://travis-ci.org/redox-os/redox.svg?branch=master">](https://travis-ci.org/redox-os/redox)
|
||||
* [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [<img src="https://travis-ci.org/thepowersgang/rust_os.svg?branch=master">](https://travis-ci.org/thepowersgang/rust_os)
|
||||
* [MaidSafe](http://maidsafe.net/) — a decentralized platform. src="https://travis-ci.org/thepowersgang/rust_os.svg?branch=master">](https://travis-ci.org/thepowersgang/rust_os)
|
||||
* [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — a Redis reimplementation [<img src="https://travis-ci.org/seppo0010/rsedis.svg?branch=master">](https://travis-ci.org/seppo0010/rsedis)
|
||||
* [Servo](https://github.com/servo/servo) — a prototype web browser engine
|
||||
* [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [<img src="https://travis-ci.org/uutils/coreutils.svg?branch=master">](https://travis-ci.org/uutils/coreutils)
|
||||
|
@ -66,6 +63,13 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
* [swatteau/sokoban-rs](https://github.com/swatteau/sokoban-rs) — a rust implementation of the famous Sokoban game
|
||||
* [Zone of Control](https://github.com/ozkriff/zoc) — a turn-based hexagonal strategy game [<img src="https://travis-ci.org/ozkriff/zoc.png?branch=master">](https://travis-ci.org/ozkriff/zoc)
|
||||
|
||||
### Operating systems
|
||||
|
||||
[A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison)
|
||||
|
||||
* [redox-os/redox](https://github.com/redox-os/redox) — [<img src="https://travis-ci.org/redox-os/redox.svg?branch=master">](https://travis-ci.org/redox-os/redox)
|
||||
* [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [<img
|
||||
|
||||
|
||||
## Libraries
|
||||
|
||||
|
|
Loading…
Reference in a new issue