Macros§
- abort
- Aborts execution with a message.
- debug_
print - Like
std::print!
, except backed bydebug_put_char
. - debug_
println - Like
std::println!
, except backed bydebug_put_char
. - register_
abort_ hook - Registers an abort hook to be used by
abort!
andabort_without_info
. - register_
abort_ trap - Registers an abort trap to be used by
abort!
andabort_without_info
. - register_
debug_ put_ char - Registers a function to be used by
debug_put_char
,debug_print!
, anddebug_println!
.
Structs§
- Abort
Info - Information about an abort passed to an abort hook.
Functions§
- abort_
without_ info - Aborts without any
AbortInfo
. - debug_
put_ char - Prints via a link-time hook.