matklad / backtrace-on-stack-overflowLinks
☆44Updated last year
Alternatives and similar repositories for backtrace-on-stack-overflow
Users that are interested in backtrace-on-stack-overflow are comparing it to the libraries listed below
Sorting:
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Fast `cargo install` action using a GitHub-based binary cache and attestations☆79Updated 2 months ago
- Better reference counted strings for Rust☆140Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- ☆77Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆217Updated last week
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Lending iterators on stable Rust