mcai_worker_sdk 2.2.1

AMQP Worker to listen and provide trait to process message
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# MCAI Worker SDK

[![Build Status](https://api.travis-ci.org/media-cloud-ai/rs_amqp_worker.svg?branch=master)](https://travis-ci.org/media-cloud-ai/rs_amqp_worker)
[![](http://meritbadge.herokuapp.com/amqp_worker)](https://crates.io/crates/amqp_worker)
[![Coverage Status](https://coveralls.io/repos/github/media-io/rs_amqp_worker/badge.svg?branch=master)](https://coveralls.io/github/media-io/rs_amqp_worker?branch=master)

MCAI Worker SDK contains library used for each worker defined in Media Cloud AI.  
It defines a common way to exchange with Step manager developed in Elixir named [StepFlow](https://hexdocs.pm/step_flow/readme.html).

## Documentation

Please use the auto-generated Rust documentation accessible [here](https://docs.rs/mcai_worker_sdk/).