A parser library for humans with powerful error recovery. - GitHub - zesterer/chumsky: A parser library for humans with powerful error recovery. (more…)
Read more »
This is the second part of Rust mini-series. This post is about Enums, Pattern matching and Options. (more…)
Read more »
A traffic simulation game exploring how small changes to roads affect cyclists, transit users, pedestrians, and drivers. - dabreegster/abstreet... (more…)
Read more »
const functions in Rust have been steadily increasing in functionality since their introduction in 1.31 however they still have major limitations, leaving many things still inexpressible. One such function is core::array::from_fn, which could be very usef... (more…)
Read more »
ISRG’s Prossimo project for memory safety aims to coordinate efforts to move the Internet’s critical software infrastructure to memory safe code. When we think about what code is most critical for today’s Internet, the Linux kernel is at the top of the li... (more…)
Read more »