Expand description
The standard library for Asterinas and other Rust OSes.
Modules§
- arch
- Platform-specific code for the x86 platform.
- boot
- The architecture-independent boot module, which provides
- error
- mm
- Virtual memory (VM).
- specs
- sync
- Useful synchronization primitives.
- task
- Tasks are the unit of code execution.
- trap
- Handles trap across kernel and user space.
- util
- Utility types and methods.
Traits§
- Pod
- A marker trait for plain old data (POD).