typesafe-builders 0.4.1

Infallible compile-time checked builders for your structs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.typesafe-builders-core]
version = "0.4.1"

[dependencies.typesafe-builders-derive]
version = "0.4.1"
[dev-dependencies.trybuild]
version = "1.0.80"

[package]
authors = ["Oliver Tale-Yazdi <oliver@tasty.limo>"]
description = "Infallible compile-time checked builders for your structs."
edition = "2021"
keywords = ["macros"]
license = "GPL-3.0-only"
name = "typesafe-builders"
readme = "README.md"
repository = "https://github.com/ggwpez/typesafe-builders"
version = "0.4.1"