mold 0.0.1

Elegant lazy dependency injection library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.parking_lot]
version = "0.7.1"

[package]
authors = ["Mathieu Amiot <mathieu.amiot@yellowinnovation.fr>"]
description = "Elegant lazy dependency injection library for Rust"
documentation = "https://docs.rs/mold"
homepage = "https://github.com/YellowInnovation/mold"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["di", "container", "dependency", "injection", "lazy"]
license = "MIT/Apache-2.0"
name = "mold"
readme = "README.md"
repository = "https://github.com/YellowInnovation/mold"
version = "0.0.1"