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
RefCellwrapper. It implementsSyncfor global use.