An Incomplete Explanation of the Proc Macro That Saved Me 4000 Lines of Rust

Recently I’ve been working on a project to surface census data via a GraphQL API, mostly as a way to learn GraphQL. I did end up learning GraphQL, but I also ended up learning a lot about proc macros. I was using Juniper, which creates a GraphQL schema us… Read more

Similar

Using KLEE on Rust-for-Linux

The Rust for Linux project is working on adding support for the Rust language to the Linux kernel with the hope that using Rust will make new code more safe, easier to refactor and review, and easier to write. (See the RFC for more detail about goals and ... (more…)

Read more »