bertptrs / tracing-mutexLinks
A Mutex wrapper tracking acquisition order
☆74Updated 2 months ago
Alternatives and similar repositories for tracing-mutex
Users that are interested in tracing-mutex are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- 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
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- Alternative future adapters that provide cancel safety.☆80Updated this week
- Map data structure whose keys are stored as ranges☆100Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 2 weeks ago
- Proc-macro typestate DSL for Rust