Structs
Small formatter with as few dependencies as possible.
Functions
-
fn setjmp(buf: &jmp_buf) -> c_int
-
-
extern "C" fn setjmp(buf: &jmp_buf) -> c_int
-
-
extern "C" fn backtrace_symbols_fd(buffer: &mut &void, size: c_int, fd: c_int)
-
-
-
fn const_panic_impl(bare: bool, file: &[u8], line: i32, column: i32, args: &[&dyn Formattable<Self, PanicFormatter>]) -> Result<!, Error>
-
fn panic_impl(file: &[u8], line: i32, column: i32, args: &[&dyn Formattable<Self, PanicFormatter>]) -> !
Types
Statics
-
static PANICKING: bool
-