We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (more…)
Read more »
This is a demonstration of building a parser in Rust using the
nom crate. I recently built a parser for
the cddl-cat crate using nom,
and I found it a surprisingly not-terrible experience, much better than my past
experiences with other parser-generators ... (more…)
Read more »
So you’re writing Rust but it’s not fast enough?Even though you’re using cargo build --release?Here’s some small things you can do to increase the runtime speed of a Rust project– practically without changing any code! (more…)
Read more »
Illegal rust. Contribute to buyukakyuz/corroded development by creating an account on GitHub. (more…)
Read more »
A refreshingly simple data-driven game engine built in Rust - bevyengine/bevy... (more…)
Read more »