Presentations
2021-03-02Rust macros talk. Rust macros are an integral part of Rust, and can be one of the more complicated parts.
This talk was designed to explore Rust's declarative and procedural macros while solving a rather common source of friction.
Given at the August 2019 Chicago Rust meetup. link
Rust repl-like talk. This talk is my exploration into the deep dark depths of Rust in an effort to make a repl-like program. Given at the November 2019 link Associated code link