[][src]Crate robma_builder

My result of the builder exercise in the excellent proc-macro-workshop by David Tolnay.

I strongly recommend checking out this workshop to anyone who would like to get started with procedural macros in rust.

This is a personal learning project, do not use in production and consider rust-derive-builder instead.

Derive Macros

Builder

Derives a builder() method that can be used to construct an instance of a struct.