If you're looking to write fast code in Rust, good news! Rust makes it really
easy to write really fast code. The focus on zero-cost abstractions, the
lack of implicit boxing and the static memory management means that even naïve
code is often faster than... (more…)
Read more »
TL;DR: I made a Rust library ( where you can write BNF (Backus–Naur form) grammars that are as strong as manually-written recursive descent parsers. This is not a normal parser generator. The philo… (more…)
Read more »
Run LLaMA inference on CPU, with Rust 🦀🚀🦙. Contribute to setzer22/llama-rs development by creating an account on GitHub. (more…)
Read more »
High-performance thread-safe cache with a focus on simplicity - christianschleifer/plain-cache... (more…)
Read more »
Rust is supported for third-party libraries in Chromium, with first-party glue
code to connect between Rust and existing Chromium C++ code. (more…)
Read more »