Add to your Cargo.toml:
toml [dependencies] ioc = "0.9"
Add to your crate root:
```rust
extern crate ioc; ```