rust-lang / async-crashdump-debugging-initiativeLinks
☆20Updated 3 years ago
Alternatives and similar repositories for async-crashdump-debugging-initiative
Users that are interested in async-crashdump-debugging-initiative are comparing it to the libraries listed below
Sorting:
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- An exploration of Storages☆39Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- ☆34Updated last year
- 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☆83Updated 2 years ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 8 months ago
- Mirror of Rust's allocator api for use on stable rust☆72Updated last month
- Macro for sealing traits and structures☆61Updated last year
- Make trait methods callable without the trait in scope☆162Updated last month
- Project group working on the "safe transmute" feature☆96Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated last month
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated 5 months ago
- Const TypeId and non-'static TypeId☆70Updated last month
- ☆76Updated last week
- Library facilitating safe pinned initialization☆75Updated this week
- docs.rs as a publishing platform?☆71Updated last month
- ☆61Updated 2 years ago
- Bare-metal allocators.☆76Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆77Updated 2 years ago
- ☆44Updated 8 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- futures-buffered☆46Updated 5 months ago
- Better reference counted strings for Rust☆139Updated last year
- Testing the Rust standard library with Miri, continuously☆15Updated 2 weeks ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated last month
- structured parallel execution for async Rust