reem / rust-dynamicLinks
A dynamically typed value with fast downcasting.
☆28Updated 9 years ago
Alternatives and similar repositories for rust-dynamic
Users that are interested in rust-dynamic are comparing it to the libraries listed below
Sorting:
- A pool of reusable values☆50Updated 5 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- The fabulous, aspirationally Make-compatible, fabricator of files.☆27Updated this week
- Utilities for concurrent programming☆37Updated 6 years ago
- A double-ended priority queue implemented with an interval heap.☆17Updated 7 years ago
- Unix Domain Sockets for tokio☆54Updated 7 years ago
- Scary macros for serde_json☆43Updated 8 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- ☆27Updated 8 years ago
- A modern asynchronous HTTP server for Rust.☆63Updated 8 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- A tool for reasoning about breaking changes in Rust ecosystems☆39Updated 3 years ago
- Simple parallel pipeline for long tasks in Rust.☆17Updated 8 years ago
- ☆58Updated 9 months ago
- A collection of Tokio middleware☆29Updated 7 years ago
- ☆40Updated 6 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 8 years ago
- A buffered I/O stream for Rust☆31Updated 5 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Unix signal handling for tokio