juzi5201314 / bench-rsLinks
A benchmark library.
☆16Updated 4 years ago
Alternatives and similar repositories for bench-rs
Users that are interested in bench-rs are comparing it to the libraries listed below
Sorting:
- Lending iterators on stable Rust☆83Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆23Updated 3 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 10 months ago
- The missing compound borrowing for Rust.☆59Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 9 months ago
- ☆58Updated last year
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- ☆24Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- ☆22Updated 4 months ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- ☆46Updated last year
- ☆35Updated 6 months ago
- A Rust crate for formatting strings dynamically☆32Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 4 months ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- A procedural macro helper for easily writing custom derives for enums.☆32Updated 4 months ago
- Automatic cfg for Rust compiler features☆102Updated last month
- docs.rs as a publishing platform?☆69Updated 2 months ago
- A typed map which can make sure item exist.☆34Updated 9 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Overloadable functions in rust.☆43Updated 5 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago