jamesmcm / async-rust-exampleLinks
Example of async programming in Rust
☆19Updated 4 years ago
Alternatives and similar repositories for async-rust-example
Users that are interested in async-rust-example are comparing it to the libraries listed below
Sorting:
- Utility for reusing memory☆53Updated 6 years ago
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- Native TLS for futures and async-std☆72Updated 8 months ago
- Combine a reader + writer into a duplex of Read + Write☆45Updated 5 years ago
- A trait to abstract over common tree functionality☆35Updated 6 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- ☆46Updated 4 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Build and evaluate binary expression trees☆38Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- Flexible, stand-alone benchmarking☆18Updated 7 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- Big array helper for serde☆65Updated last year
- Rust's missing `String` literal☆19Updated 6 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- ☆70Updated 4 years ago
- Thread-safe, reference-counted null-terminated immutable Rust strings.☆45Updated last year
- Custom exit status codes with ? in main☆29Updated 6 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago
- A library for generating Graphviz DOT language files for graphs.☆78Updated 10 months ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 3 months ago
- Partial function application macro for Rust☆49Updated 5 years ago