Manishearth / mitosisLinks
Spawn processes with arbitrary closures in rust
☆113Updated 4 years ago
Alternatives and similar repositories for mitosis
Users that are interested in mitosis are comparing it to the libraries listed below
Sorting:
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 4 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- A crate with indexed arenas with small memory footprint☆79Updated last year
- Rust serializer library☆88Updated 2 months ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- skiplist☆144Updated 4 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- ☆64Updated 8 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- Safely combine results☆82Updated last year
- A collection of small utilities for working with pointer types in Rust.☆131Updated 10 months ago
- ☆125Updated 3 years ago
- Token tree calling convention☆80Updated 2 years ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- ☆53Updated 6 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 months ago
- This crate guarantees that your application is free of panicking branches☆178Updated 6 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Calm I/O operations for Rust☆76Updated 4 years ago
- Run closures in parallel☆115Updated 10 months ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆104Updated 6 years ago
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- Collection of typed data structures, trait operators and aliases