Andy Lok
Andy Lok
arraydeque
A circular buffer with fixed capacity (Rust).
byte
A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)
comp-rs
Pure-macro Do notation and List-comprehension for Option, Result and Iterator.
smallbox
Small Box optimization: store small item on stack and fallback to heap for large item.
preemptive
A minimum preemptive OS on Cortex-M3 (specially on blue-pill board) written in Rust.
simsearch-rs
A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).
typed-type-exercise-in-rust
Build database expression type checker and vectorized runtime executor in type-safe Rust
gpt-4-search
A command line GPT-4 REPL with Google search in 200 lines of code