purplesyringa / crossmist
Efficient and seamless cross-process communication for Rust
☆29Updated 3 months ago
Alternatives and similar repositories for crossmist
Users that are interested in crossmist are comparing it to the libraries listed below
Sorting:
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated 11 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated 2 weeks ago
- Parse JSON file at compile time and embed as serde_json::Value☆28Updated 2 months ago
- State machine pattern for Rust☆29Updated 6 months ago
- Eager evaluation of macros like `concat!` and `env!`☆39Updated 2 months ago
- A tool to remove unused code from a Rust project.☆30Updated 6 months ago
- Async, lock-free synchronization primitives for task wakeup☆44Updated 8 months ago
- Derive your Attribute Parsers☆13Updated 2 years ago
- Imitate the documentation build that docs.rs would do☆50Updated 3 months ago
- Stalloc is a fast first-fit memory allocator that you can use to quickly speed up your Rust programs.☆27Updated 2 weeks ago
- Framework-agnostic, encoding-generic isomorphic server functions for Rust.☆12Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆38Updated 5 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Re-usable CLI flags for `cargo` plugins☆38Updated last week
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- 📐 A collection of distance metrics on strings☆33Updated 11 months ago
- An async version of iterator☆40Updated 11 months ago
- Rate-limit middleware for reqwest.☆17Updated 2 weeks ago
- A safe library for allocating arbitrarily sized data on the stack at runtime in Rust.☆18Updated last year
- Cross-platform, endian-aware primitives for Rust☆39Updated 2 weeks ago
- Reports when tokio runtime threads are blocking☆64Updated 8 months ago
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆33Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 4 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆43Updated 2 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆56Updated last week
- Better type id and Any for Rust☆14Updated 2 years ago