🔬This is a nightly-only experimental API. (
rt)Expand description
Runtime services
The rt module provides a narrow set of runtime services,
including the global heap (exported in heap) and unwinding and
backtrace support. The APIs in this module are highly unstable,
and should be considered as private implementation details for the
time being.
Modules
- panic_countExperimental
Macros
Functions
- begin_panicExperimentalThis is the entry point of panicking for the non-format-string variants of panic!() and assert!(). In particular, this is the only entry point that supports arbitrary payloads, not just format strings.
- panic_displayExperimental
- panic_fmtExperimentalThe entry point for panicking with a formatted message.