Rust: Difference between revisions

256 bytes added ,  8 years ago
Add more libraries
[unchecked revision][unchecked revision]
(updating the rust article with a new description, more projects, and some descriptions.)
(Add more libraries)
Line 48:
* [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.
* [https://github.com/mvdnes/spinlock-rs spin]: Various synchronization primitives implemented with spinning. Closely mimics `std::sync`'s interface.
* [https://github.com/nathan7/libfringe fringe]: Context switching agnostic to how stacks are allocated.
 
== See Also ==
Anonymous user