- Added CoreBluetooth Support, using async-std with most of the async parts wrapped in block_on calls for now. Library now supports Win10/MacOS/Linux/Maybe iOS.
- Brought code up to Rust 2018 standard
- Added Characteristic UUID to ValueNotification struct, since only linux deals with Start/End/Value handles
- Initial fork from rumble
- Brought in winrt patch, as well as other PRs on that project.