phd2 0.2.1

Client library for interfacing with phd2.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# phd2

This crate provides support for the [EventMonitoring api](https://github.com/OpenPHDGuiding/phd2/wiki/EventMonitoring) for controlling and monitoring phd2.  See; https://openphdguiding.org/ for more details on phd2.

For documentation see: https://docs.rs/phd2/

## Contributing
Contributions are welcome.  

In general, we follow the "fork-and-pull" Git workflow.

 1. **Fork** the repo on GitHub
 2. **Clone** the project to your own machine
 3. **Commit** changes to your own branch
 4. **Push** your work back up to your fork
 5. Submit a **Pull request** so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!