gterzian / rust_five_easy_piecesLinks
How to structure concurrent workflows in Rust, via five simple examples.
☆32Updated 5 years ago
Alternatives and similar repositories for rust_five_easy_pieces
Users that are interested in rust_five_easy_pieces are comparing it to the libraries listed below
Sorting:
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Concurrent hash trie☆55Updated 4 years ago
- Set theory applied on sorted and deduplicated slices.☆46Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- ☆47Updated 4 years ago
- ☆48Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- A syn targetting PEG parser generator☆20Updated 2 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- An in-memory topological sort algorithm for trees based on Group Theory☆24Updated 4 years ago
- Utility for reusing memory☆53Updated 5 years ago
- A Boggle™ Solver in Rust☆24Updated 5 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- algebraic numbers implemented in rust; mirror of https://salsa.debian.org/Kazan-team/algebraics☆26Updated last year
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 4 months ago
- Custom exit status codes with ? in main☆29Updated 6 years ago