ioc 0.3.0

A simple IoC (Inversion of Control) container in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ioc"
version = "0.3.0"
authors = ["qrlpx <>"]

repository = "https://github.com/qrlpx/ioc"
description = "A simple IoC (Inversion of Control) container in Rust. "

license = "CC0-1.0"

[dependencies]
downcast = "^0.4"