dtolnay / threadboundLinks
Make any value Sync but only available on its original thread
☆39Updated last month
Alternatives and similar repositories for threadbound
Users that are interested in threadbound are comparing it to the libraries listed below
Sorting:
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- bytes::BufMut implementation to count buffer size☆25Updated last month
- Atomic operations on potentially uninitialized integers.☆28Updated this week
- ☆61Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- An exploration of Storages☆39Updated 2 years ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Unsafe marker trait for types that deref to a stable address☆34Updated 3 months ago
- Completion futures for Rust☆20Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Abstract over different executors☆74Updated 2 years ago
- A generic, fixed-size, associative cache☆40Updated last year
- Find out about keys that are ignored when deserializing data☆95Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 3 months ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Convert number to enum☆87Updated last year
- `NonEmpty` library vector for rust☆19Updated 3 years ago
- docs.rs as a publishing platform?☆71Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Compile-time checks that an enum or match is written in sorted order☆120Updated last month
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last week