sarah-quinones / reborrowLinks
☆42Updated 2 years ago
Alternatives and similar repositories for reborrow
Users that are interested in reborrow are comparing it to the libraries listed below
Sorting:
- Macro for sealing traits and structures☆59Updated 11 months ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated 2 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- An exploration of Storages☆39Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 months ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- String optimized for map keys☆66Updated last week
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆41Updated last year
- The missing compound borrowing for Rust.☆61Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Minimal TOML library with few dependencies☆83Updated 8 months ago
- Types to define keyboard related events☆68Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- docs.rs as a publishing platform?☆71Updated last month
- Zero-cost bitsets over native Rust types☆79Updated 7 months ago
- ☆112Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Bare-metal allocators.☆75Updated 3 years ago
- Better reference counted strings for Rust☆138Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 2 months ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- ☆56Updated 2 years ago
- Const TypeId and non-'static TypeId☆69Updated last month
- A sinless derive helper