mitsuhiko / fragileLinks
Utility wrapper to send non send types to other threads safely
☆186Updated 8 months ago
Alternatives and similar repositories for fragile
Users that are interested in fragile are comparing it to the libraries listed below
Sorting:
- Define your own PhantomData☆158Updated last week
- ☆237Updated 3 months ago
- Make trait methods callable without the trait in scope☆161Updated last week
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- Utilities for working with impl traits in Rust.☆117Updated 10 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- ☆148Updated 2 months ago
- A scope for async_std and tokio to spawn non-static futures☆154Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 2 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Oneshot Rust channel working both in and between sync and async environments☆94Updated 9 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Lending iterators on stable Rust☆83Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Pull in every source file in a directory as a module☆179Updated last week
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- Compatibility adapter between tokio and futures☆185Updated 3 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆128Updated last year
- "A very small syn"☆212Updated 10 months ago
- ☆198Updated 2 weeks ago
- A lightweight version of pin-project written with declarative macros.☆261Updated 2 weeks ago
- Versioned data-structures for Rust☆208Updated 9 months ago
- Thread parking and unparking☆79Updated 10 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago