stevenlr / HandmadeRustLinks
A Vulkan rendering engine in Rust, the Handmade way
☆20Updated 5 years ago
Alternatives and similar repositories for HandmadeRust
Users that are interested in HandmadeRust are comparing it to the libraries listed below
Sorting:
- Concurrent hash trie☆58Updated 5 years ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A simple chat implemented on top of async-std☆41Updated 6 years ago
- skiplist☆144Updated 4 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- A foray into rust async await☆44Updated 6 years ago
- A sha1 implementation useable in const contexts☆88Updated last year
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Thread-safe in-memory key-value store.☆63Updated 4 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- ☆130Updated 6 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 6 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- Data parallelism library for async-std.☆96Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 4 months ago
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- ☆42Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- 🍬 Rust HTML templating and virtual DOM library☆27Updated 4 years ago
- JQuery for Crabs☆53Updated last year
- A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files…☆89Updated 3 years ago
- Utilities for pinning☆97Updated last year
- ☆27Updated 2 years ago
- An implementation of the Webassembly spec in Rust☆101Updated 6 years ago
- Live reloading for Rust programming☆100Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 2 years ago