Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doumanash/panic-ext

Extension library to panic facilities to make it more usable
https://github.com/doumanash/panic-ext

Last synced: 9 days ago
JSON representation

Extension library to panic facilities to make it more usable

Awesome Lists containing this project

README

        

# panic-ext

[![Rust](https://github.com/DoumanAsh/panic-ext/actions/workflows/rust.yml/badge.svg)](https://github.com/DoumanAsh/panic-ext/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/panic-ext.svg)](https://crates.io/crates/panic-ext)
[![Documentation](https://docs.rs/panic-ext/badge.svg)](https://docs.rs/crate/panic-ext/)

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`