ibuilder_derive
See the documentation of the ibuilder create for the details,
you probably are looking for that.
ibuilder derive macro
Usage:
Will implement the trait ibuilder::Buildable for Example, prodiding the builder() method
for getting a ibuilder::Builder.
It will also implement a private struct for keeping the state of the builder and implement the
NewBuildableValue trait for Example, allowing it to be inside a fields of other derived
types.
License: MIT