ioc 0.12.0

An Inversion-of-Control library in Rust.
Documentation
# ioc   ![Latest Version]

[Latest Version]: https://img.shields.io/crates/v/ioc.svg

## [link to API documentation]https://docs.rs/ioc

## example usage

Add to your Cargo.toml:

```toml
[dependencies]
ioc = "0.9"
```

Add to your crate root:

```rust
#[macro_use]
extern crate ioc;
```