rusty_mos

Module utils

Source
Expand description

Kernel independent utils like link list or bit map.

Modulesยง

  • Safe linked list managed by arrays.
  • Provide a bitmap and related opeartions.
  • Bit operations.
  • Just read/write from the device address.
  • Link List implemented with Rust, which is similar to the kernel queue of the mos / Linux
  • RefCell wrapper. It implements Sync for global use.