Skip to content

Crates maybe useful for OS

Runji Wang edited this page Oct 25, 2019 · 3 revisions

#[no_std]

Memory

  • slab: Pre-allocated storage for a uniform data type.

Thread

Timer

  • tokio_timer: Timer based on hashed timing wheel.
  • ferris: A hierarchical timer wheel.

Network