ctxbuilder 0.1.0

Context-based builders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.uuid]
features = ["v4"]
optional = true
version = "1.7.0"

[features]
default = ["uuid"]
uuid = ["dep:uuid"]

[package]
authors = ["Nicolas Moutschen <nicolas.moutschen@gmail.com>"]
description = "Context-based builders"
edition = "2021"
license = "MIT"
name = "ctxbuilder"
readme = "README.md"
repository = "https://github.com/nmoutschen/ctxbuilder/"
version = "0.1.0"