#facilities #panic #extension #alloc #details #type

no-std panic-ext

Extension library to panic facilities to make it more usable

4 stable releases

2.1.0 Sep 6, 2024
2.0.0 Sep 6, 2024
1.1.0 Jul 28, 2024
1.0.0 Jul 27, 2024

#158 in No standard library

36 downloads per month

BSL-1.0 license

7KB
110 lines

panic-ext

Rust Crates.io Documentation

Extension library to panic facilities to make it more usable

Requires Rust 1.81

Features

  • alloc - Enables usage of alloc types
  • std - Enables std::error::Error impl on panic details. Implies alloc

lib.rs:

Extension library to panic facilities to make it more usable

Requires Rust 1.81

Features

  • alloc - Enables usage of alloc types
  • std - Enables std::error::Error impl on panic details. Implies alloc

No runtime deps

Features