therustmonk / match_castLinks
Rust match_cast macro implementation
☆24Updated 8 years ago
Alternatives and similar repositories for match_cast
Users that are interested in match_cast are comparing it to the libraries listed below
Sorting:
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- Rust promises library☆19Updated last year
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- Utilities for Yew.☆16Updated 5 years ago
- Rust String type with configurable byte storage.☆35Updated 8 months ago
- Type-Safe, Lazily Evaluated, Plugins for Extensible Types☆29Updated 8 years ago
- Unix Domain Sockets for mio☆29Updated 5 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- Take a reference and get back a slice of length one☆25Updated 4 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆34Updated 3 months ago
- ☆39Updated last year
- Minimalist lightweight inline JavaScript for Rust applications targeting WebAssembly via the wasm32-unknown-unknown target.☆20Updated 7 years ago
- Rust: Get multiple mutable references to the same collection☆13Updated 7 years ago
- Data for timing rustc☆18Updated 4 years ago
- Rust web-framework for websocket based web-apps☆9Updated 6 years ago
- Futures-aware lock primitives☆39Updated 6 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Incremental, zero-copy UTF-8 decoding for Rust☆24Updated 2 years ago
- Tinkering with a more ergonomic cell abstraction☆16Updated 6 years ago
- To futures-lite as futures-lite is to futures: smaller.