#panic-hook #throw #error

已删除 throw_panic_hook

💥 Rust WASM 的 panic hook,抛出错误

1 个不稳定版本

0.1.0 2023年12月15日

18#panic-hook

MIT 许可协议

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