crashlog 0.1.5

Panic handling for humans
Documentation
1
2
3
4
5
use std::backtrace::Backtrace;

pub fn main() {
    println!("{}", Backtrace::force_capture());
}