darfink / tap-rsLinks
Generic extensions for tapping values in Rust.
☆56Updated 6 years ago
Alternatives and similar repositories for tap-rs
Users that are interested in tap-rs are comparing it to the libraries listed below
Sorting:
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Concurrent hash trie☆54Updated 4 years ago
- ☆57Updated last year
- Run closures in parallel☆113Updated 5 months ago
- Token tree calling convention☆79Updated 2 years ago
- Compile-time checks that an enum or match is written in sorted order☆115Updated 3 weeks ago
- ☆124Updated 2 years ago
- Lossless functionality for platform-native strings.☆71Updated this week
- A simple map based on a vector for small integer keys☆65Updated 6 months ago
- Make trait methods callable without the trait in scope☆148Updated last month
- Write doc comments from macros☆99Updated 3 years ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated last month
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆47Updated 3 years ago
- ☆48Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Utilities for dealing with substructures within syn macros