Constantsยง
- CAPTURE_
BUF ๐
Functionsยง
- custom_
panic_ ๐hook - get_
location ๐ - install_
panic_ ๐hook - Installs a custom panic hook that will divert panic output to a thread-local capture buffer, but only for threads that have a capture buffer set.
- rust_
backtrace_ ๐full - set_
capture_ ๐buf - take_
capture_ ๐buf - trim_
backtrace ๐ - On stable, short backtraces are only available to the default panic hook, so if we want something similar we have to resort to string processing.
Type Aliasesยง
- Capture
Buf ๐ - Panic
Hook ๐