typestate-builder-macro 0.1.3

Derive-macro-based generator that combines `Typestate` and `Builder` patterns.
Documentation

This crate provides the TypestateBuilder derive macro for generating a typestate-pattern builder for structs.

This is the helper crate of typestate-builder.