Docs.rs
mango-os-0.2.0
mango-os 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cyrilleberger
Dependencies
mango-boot ^0.2.0
normal
mango-core ^0.2.0
normal
mango-hal ^0.2.0
normal
mango-rt ^0.2.0
normal
mango-test ^0.2.0
normal
optional
mango_aarch64 ^0.2.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mango_
os
0.2.0
Module rt
Modules
Macros
Traits
In crate mango_
os
Module
mango_os
::
rt
Copy item path
source
·
[
−
]
Expand description
Link to mango_rt.
Modules
§
panic_
wait
A panic handler that infinitely waits.
schedulers
Module with the task schedulers.
Macros
§
kernel
A kernel is defined with the
mango_rt::kernel!
macro. This defines:
Traits
§
Application
Trait for defining mango Application