At the latest edition of Rust in Paris, Olivier Goffart delivered a talk on the power of Rust macros.
👉 Watch the full talk: youtu.be/vE9EH1kOXOU
Huge thanks to Olivier 🙌
#RustLang #RustMacros #RustInParis #RustProgramming #OpenSource #Slint #RustCommunity #CppIntegration
At the latest edition of Rust in Paris, Olivier Goffart delivered a talk on the power of Rust macros.
👉 Watch the full talk: youtu.be/vE9EH1kOXOU
Huge thanks to Olivier 🙌
#RustLang #RustMacros #RustInParis #RustProgramming #OpenSource #Slint #RustCommunity #CppIntegration
cargo expand allows you to see the expanded code generated by macros, providing more insight into what's happening under the hood
Learn more here: https://docs.rs/crate/cargo-expand/0.1.3/source/README.md
#RustMacros #Rust30by30 #Day13
cargo expand allows you to see the expanded code generated by macros, providing more insight into what's happening under the hood
Learn more here: https://docs.rs/crate/cargo-expand/0.1.3/source/README.md
#RustMacros #Rust30by30 #Day13