# drumbeat-rs
   
An event handling system aimed towards real-time applications such as GUIs and Game Engines. Drumbeat is heavily inspired by the Observer pattern and its interface is inspired by some Reactive X libraries. However, this crate intends to be aimed towards real-time applications as described before.
## Prerequisites
* Rust lang
## Authors
* **Patrick Hadlaw** - [patrickhadlaw](https://github.com/patrickhadlaw)
## Build instructions
```
$ cargo build
```
## Test instructions
```
$ cargo test
```