| Crates.io | ioc |
| lib.rs | ioc |
| version | 0.12.0 |
| created_at | 2015-08-09 15:56:59.914047+00 |
| updated_at | 2022-05-05 09:39:27.035506+00 |
| description | An Inversion-of-Control library in Rust. |
| homepage | |
| repository | https://github.com/fkoep/ioc-rs |
| max_upload_size | |
| id | 2803 |
| size | 21,673 |
Add to your Cargo.toml:
[dependencies]
ioc = "0.9"
Add to your crate root:
#[macro_use]
extern crate ioc;