docs.rs failed to build ax-runtime-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ax-runtime-0.5.16
Runtime library of ArceOS.
Any application uses ArceOS should link this library. It does some
initialization work before entering the application's main function.
Cargo Features
paging: Enable page table manipulation support.irq: Enable interrupt handling support.multitask: Enable multi-threading support.smp: Enable SMP (symmetric multiprocessing) support.fs: Enable filesystem support.net: Enable networking support.display: Enable graphics support.
All the features are optional and disabled by default.