p-avital / no-deadlocks
Locks compatible with std::sync, but with runtime deadlock debugging for testing purposes
☆25Updated last year
Alternatives and similar repositories for no-deadlocks:
Users that are interested in no-deadlocks are comparing it to the libraries listed below
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago
- structured parallel execution for async Rust☆33Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Rust serializer library☆85Updated 8 months ago
- Map data structure whose keys are stored as ranges☆80Updated 2 weeks ago
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆43Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 2 months ago
- Convert closures into wakers☆45Updated 3 months ago
- A generic, fixed-size, associative cache☆39Updated 2 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆40Updated 5 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- ☆55Updated last year
- ☆58Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆53Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆108Updated 2 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Safe wrapper for initializing arrays☆72Updated 2 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated 2 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆67Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Big array helper for serde☆60Updated 8 months ago
- Types to define keyboard related events.☆56Updated 3 weeks ago
- ☆46Updated 4 years ago