makeit 0.1.1

Compile-time checked Builder pattern `derive` macro with zero-memory overhead
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.makeit-derive]
version = "0.1.1"

[package]
authors = ["Esteban Küber <esteban@kuber.com.ar>"]
categories = ["development-tools", "rust-patterns"]
description = "Compile-time checked Builder pattern `derive` macro with zero-memory overhead"
edition = "2018"
homepage = "https://github.com/estebank/makeit"
keywords = ["builder", "derive", "macro", "pattern", "struct"]
license = "MIT"
name = "makeit"
repository = "https://github.com/estebank/makeit"
version = "0.1.1"