gilescope / trait_tests
A compiler plugin to enable tests to be defined upon rust's traits.
☆10Updated 5 years ago
Alternatives and similar repositories for trait_tests:
Users that are interested in trait_tests are comparing it to the libraries listed below
- Generic permutator written in Rust that permutates both lists of lists and singular lists using references.☆16Updated 5 years ago
- An enrichment of Rust's core language to support more advanced features☆16Updated 7 years ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- model testing sugar for testing interactions on structures over time☆27Updated 5 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆46Updated 2 years ago
- Proof of Concept of a version of the error trait that is no-std compatible and works with backtraces / error return traces☆11Updated 3 years ago
- Arena allocator and a handful of useful data structures☆40Updated 5 years ago
- Set theory applied on sorted and deduplicated slices.☆45Updated 2 years ago
- parallel iterator consumers for rust☆12Updated 6 years ago
- Crunchy unroller - deterministically unroll constant loops☆41Updated 2 months ago
- A micro-benchmarking library.☆22Updated 5 years ago
- Experimental collection traits for Rust☆28Updated 7 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 8 years ago
- ☆54Updated 4 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 months ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 3 weeks ago
- Fast, vector-based map implementation that preserves insertion order.☆15Updated 4 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆46Updated 2 years ago
- A structure for holding a set of enum variants☆20Updated 6 years ago
- Async readiness traits☆11Updated 5 years ago
- Helpers for clearing sensitive data on the stack and heap☆55Updated 2 years ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆18Updated 8 years ago
- A growable array allowing for multiple mutable non-overlapping regions.☆16Updated 6 years ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- Constant Time Operations for Crypto Libraries☆10Updated 7 years ago
- Provide expansion of proc-macros, in a way that rustc directs you directly to the issues at hand☆22Updated 2 months ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- Synchronization mechanisms based on lock-free queues and Rust futures☆37Updated last year