# `docker_compose-rs`: Support for working with `docker-compose.yml` files
**This is a work in progress!** Most of `services:` is supported, but I'm
still refining the APIs as higher-level tools get build around this.
[API Documention](http://docs.randomhacks.net/docker_compose-rs/)
You can build this library using stable Rust version 1.11. But if you want
to develop it, you will get _much_ better error messages using a nightly
build of Rust.
```sh
# Install Rust stable and nightly using rustup.
# Build unit tests using nightly Rust.
rustup run nightly cargo test --no-default-features --features unstable
```
## Sponsor
<a href="http://www.faraday.io"><img
src="http://cdn2.hubspot.net/hubfs/515497/img/logo.svg" alt="Faraday
logo"/></a>
Part of the work on [`docker_compose-rs`] has been generously sponsored
by [Faraday][] for use in their [`conductor`][conductor] tool, which
orchestrates `docker-compose` for large, multi-pod apps.
[Faraday]: http://www.faraday.io/
[conductor]: https://github.com/faradayio/conductor