diwic / thin_main_loop
Rust main loop, proof of concept, cross platform
☆79Updated 5 years ago
Alternatives and similar repositories for thin_main_loop:
Users that are interested in thin_main_loop are comparing it to the libraries listed below
- Safely combine results☆81Updated 6 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated last month
- 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 type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A circular buffer with fixed capacity (Rust).☆103Updated last year
- Rust syntax sugar collections.☆129Updated 5 years ago
- ☆64Updated 4 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- A crate with indexed arenas with small memory footprint☆77Updated 6 months ago
- A small ASCII-only bounded length string representation.☆58Updated 3 years ago
- Error management☆26Updated 7 years ago
- ☆52Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆109Updated last year
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A cross platform rust debugger hook☆71Updated 3 years ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 4 years ago
- failure + error-chain = 💖☆54Updated 3 years ago
- Extensions for the Rust standard library☆39Updated 11 months ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Runtime string formatting for Rust☆63Updated 5 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆114Updated 2 years ago
- Concurrent hash trie☆51Updated 4 years ago