asomers / futures-locksLinks
Futures-aware lock primitives
☆45Updated 3 months ago
Alternatives and similar repositories for futures-locks
Users that are interested in futures-locks are comparing it to the libraries listed below
Sorting:
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- ☆61Updated 2 years ago
- Rust serializer library☆88Updated 2 months ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- Safely combine results☆82Updated last year
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated this week
- Write doc comments from macros☆101Updated last month
- ☆61Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- Keep version numbers in sync with Cargo.toml☆73Updated 2 months ago
- ☆125Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- ☆108Updated last year
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.☆46Updated 4 years ago
- Runtime string formatting for Rust☆64Updated 6 years ago
- Rust main loop, proof of concept, cross platform