alexa 0.1.0

A library for building Alexa (Amazon Echo) skills
Documentation

alexa-rs is a library for quickly developing Alexa skills in Rust.

It exposes an Iron handler that validates and parses the request, hands it to a user-specified trait object that provides a a response, and converts that to appropriate response.

alexa-rs does not provide a direct mapping of the JSON interface, but rather a mid-level abstraction that rejects invalid input and makes it difficult to craft an invalid response.