Skepfyr / DiplomaticBag
A rust library to hide types inside a diplomatic bag which can be sent between threads freely
☆15Updated 2 years ago
Alternatives and similar repositories for DiplomaticBag:
Users that are interested in DiplomaticBag are comparing it to the libraries listed below
- Completion futures for Rust☆19Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- ☆29Updated last year
- 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
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- `smol` integrations with `hyper`☆14Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- 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
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Rust NonEmpty slice☆13Updated 3 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Thread-unsafe async runtime☆27Updated 6 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 4 months ago
- ☆56Updated 11 months ago
- ☆39Updated last year
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Pretty parser error reporting.☆34Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆16Updated last month
- structured parallel execution for async Rust