giraugh / macros-rule

A presentation about macros for Rust Melbourne.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macros Rule!

Repo for "Macros Rule!", A presentation about macros for Rust Melbourne.

  • The code for the slides is located in /slides
  • The code examples shown throughout are located in /examples

Building

The examples are setup as a cargo workspace so you can build and test them all using cargo. Some of the examples may use experimental syntax so using a nightly install of rust is recommended.

cd examples
cargo check
cargo test

Contributing

All contributions are welcome :)

About

A presentation about macros for Rust Melbourne.

License:MIT License


Languages

Language:Svelte 65.8%Language:CSS 28.5%Language:TypeScript 2.3%Language:HTML 1.9%Language:JavaScript 1.6%