rustin 0.1.0

An OpenChatOps compliant chat bot.
1
2
3
4
5
6
7
//! **Rustin** is a chat bot. It is the reference implementation for the
//! [OpenChatOps specification](https://github.com/openchatops/spec).

#![deny(missing_docs)]

fn main() {
}