Crate arceos_api

Source
Expand description

Public APIs and types for ArceOS modules

Modules§

config
Platform-specific constants and parameters.
display
Graphics manipulation operations.
fs
Filesystem manipulation operations.
io
Input/output operations.
mem
Memory management.
modules
Re-exports of ArceOS modules.
net
Networking primitives for TCP/UDP communication.
stdio
Standard input and output.
sys
System operations.
task
Multi-threading management.
time
Time-related operations.

Enums§

AxError
The error type used by ArceOS.

Type Aliases§

AxResult
A specialized Result type with AxError as the error type.