sarah-quinones / reborrow
☆36Updated last year
Alternatives and similar repositories for reborrow:
Users that are interested in reborrow are comparing it to the libraries listed below
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated this week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 2 weeks ago
- horrible serde macro stuff☆39Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆71Updated 4 months ago
- Types to define keyboard related events.☆56Updated 2 weeks ago
- Rust API stability attributes for the rest of us.☆29Updated 8 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 6 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- ☆36Updated 7 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- ☆29Updated 10 months ago
- A sinless derive helper☆71Updated 4 months ago
- A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.☆18Updated 10 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆70Updated last month
- Completion futures for Rust☆19Updated 2 years ago
- Macro for sealing traits and structures☆51Updated 3 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 5 months ago
- structured parallel execution for async Rust☆33Updated 7 months ago
- A Rustified OpenCL Experience☆46Updated last year
- `smol` integrations with `hyper`☆14Updated 5 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Take a value atomically once.