hypospray 0.1.2

Lightweight dependency injection library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hypospray"
description = "Lightweight dependency injection library"
documentation = "https://docs.rs/hypospray"
version = "0.1.2"
authors = ["Jony <jonysy@users.noreply.github.com>"]
keywords = ["dependency-injection", "inversion-of-control", "di"]
readme = "README.md"
repository = "https://github.com/jonysy/hypospray"
license = "MIT/Apache-2.0"

[[example]]
name = "car"
path = "examples/car/main.rs"

[dev-dependencies.hypospray_extensions]
path = "./extensions"
version = "0.1"