Rust: Difference between revisions

564 bytes added ,  8 years ago
Added some libraries useful for OS development.
[unchecked revision][unchecked revision]
(Add a list of projects written in rust (from a quick google))
(Added some libraries useful for OS development.)
Line 18:
** Actively develped
 
== Libraries ==
* [https://github.com/alexcrichton/green-rs green-rs]: Original green threads in early rust. No longer maintainted.
* [https://github.com/nathan7/libfringe libfringe]: Lightweight threading/task library based on libgreen.
* [https://github.com/gz/rust-x86 libx86]: Library to program x86 hardware.
* [https://github.com/Tobba/libcpu libcpu]: Library to program CPUs.
* [https://github.com/gz/rust-slabmalloc slabmalloc]: Low-level memory allocator for liballoc.
* [https://github.com/gz/rust-multiboot multiboot]: Library to read multiboot layout.
 
== See Also ==
1

edit