I've been pleasantly surprised so far at how easy it's been to write a GraphQL API using Rust. (more…)
Read more »
Rhai - An embedded scripting language for Rust. Contribute to rhaiscript/rhai development by creating an account on GitHub. (more…)
Read more »
CommonMark + GFM compatible Markdown parser and renderer - kivikakk/comrak... (more…)
Read more »
Microsoft has one of the largest C/C++ codebases in the world. All of its core products from Windows and Office to the Azure cloud run on it. Unsurprisingly, since C++ is not a memory-safe language… (more…)
Read more »
It turns out that finite state machines are useful for things other than
expressing computation. Finite state machines can also be used to compactly
represent ordered sets or maps of strings that can be searched very quickly. (more…)
Read more »