Docs.rs
wasefire-applet-api-0.5.0
wasefire-applet-api 0.5.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ia0
jmichelp
Dependencies
bytemuck ^1.14.0
normal
sealed ^0.5.0
normal
wasefire-applet-api-macro ^0.5.0
normal
Versions
93.98%
of the crate is documented
Go to latest version
Platform
riscv32imc-unknown-none-elf
thumbv7em-none-eabi
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
☰
wasefire_applet_api
0.5.0
Module debug
Modules
Structs
Functions
In crate wasefire_applet_api
?
Module
wasefire_applet_api
::
debug
source
·
[
−
]
Expand description
Debugging operations.
Modules
exit
Module of
exit
.
perf
Module of
perf
.
println
Module of
println
.
time
Module of
time
.
Structs
Perf
Time in micro-seconds since the scheduler started.
Functions
exit
⚠
Exits the platform with an error code.
perf
⚠
Returns the time spent since some initial event, split by component.
println
⚠
Prints a message to the debug output.
time
⚠
Returns the time spent since some initial event.