staged-builder 0.1.1

A proc macro which generates staged builders for types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.staged-builder-internals]
version = "0.1.1"

[package]
categories = ["no-std"]
description = "A proc macro which generates staged builders for types."
edition = "2021"
keywords = ["builder", "staged", "telescopic"]
license = "MIT OR Apache-2.0"
name = "staged-builder"
repository = "https://github.com/sfackler/staged-builder"
version = "0.1.1"