Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doumanash/panic-ext
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2024-07-27T11:26:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T12:29:39.000Z (2 months ago)
- Last Synced: 2024-10-11T14:17:23.481Z (26 days ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`