1 个不稳定版本
0.1.0 | 2023年12月15日 |
---|
18 在 #panic-hook 中
3KB
throw
panic hook
安装
cargo add throw_panic_hook
用法
// lib.rs
pub fn do_thing() {
throw_panic_hook::set_once();
// ... rest of Rust code
}
pub fn do_other_thing() {
throw_panic_hook::set_once();
// ... rest of Rust code
}
依赖项
~0.7–1.4MB
~28K SLoC