reem / rust-pluginLinks
Type-Safe, Lazily Evaluated, Plugins for Extensible Types
☆29Updated 8 years ago
Alternatives and similar repositories for rust-plugin
Users that are interested in rust-plugin are comparing it to the libraries listed below
Sorting:
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 4 years ago
- A macro to generate Rust actors☆46Updated 4 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- ☆30Updated 4 years ago
- reprints for your terminal screen☆20Updated 9 years ago
- ☆20Updated 5 years ago
- ☆19Updated 7 years ago
- A Rust library for zero-allocation parsing of binary data.☆49Updated 2 years ago
- Tiny RPC framework for Rust☆33Updated 10 years ago
- A small Rust library for recycling types with owned memory☆33Updated 10 years ago
- 🍬 Rust HTML templating and virtual DOM library☆27Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 7 years ago
- A pool of reusable values☆51Updated 6 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features