Crate robma_builder

Source
Expand description

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.