instancebuilder 0.1.1

Convenient way of managing dependency injection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "instancebuilder"
description = "Convenient way of managing dependency injection"
version = "0.1.1"
edition = "2021"
authors = ["Marc Riegel <mail@mrcrgl.de>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/mrcrgl/processmanager-rs"
categories = ["rust-patterns", "config"]
keywords = ["process", "configuration", "dependency-injection"]

[dependencies]