<div align="center">

# switchboard-container-utils
> Rust library to interact and manage containers.
[](https://crates.io/crates/switchboard-container-utils)
[](https://discord.gg/switchboardxyz)
[](https://twitter.com/switchboardxyz)
<h4>
<strong>Typedocs: </strong><a href="https://docs.rs/switchboard-container-utils">docs.rs/switchboard-container-utils</a>
</h4>
<h4>
<strong>Switchboard Documentation: </strong><a href="https://docs.switchboard.xyz">docs.switchboard.xyz</a>
</h4>
</div>
## Install
Run the following Cargo command in your project directory:
```bash
cargo add switchboard-container-utils
```
Or add the following line to your Cargo.toml:
```toml
[dependencies]
switchboard-container-utils = "0.1.0"
```