* Releasing v0.7.2 with a few more license fixes.
* Test for new license text
* Formatting and tweaks
* Formatting and tweaks again
* Add missing links
* Reviewed license notes
* Reviewed license notes
* Reviewed license notes
* Rust POC
* Finally able to fetch the identifier
* Renamed folder again (I liked it better this way)
* Basic adapter functions ready, attempting Peripheral now
* Basic implementation of the Peripheral
* First very basic example
* Better Cargo.toml
* Updated dependency versions
* Another pass to publish
* More correct Cargo.toml
* Bumped version
* Documentation now looks better
* Typo
* Checkpoint
* Feedback loop works
* Migrated adapter to Pinned version
* Use proper pinning of the Adapter object
* Callback model works!
* Added scan stop callback
* Peripheral objects are now pinned as well
* Linux compilation works, added link and unlink methods for Peripheral
* Added callbacks providing peripheral objects
* Bump version
* Add proper examples
* Adapter can now query for paired peripherals
* Added address type and rssi to peripheral
* Improved examples
* Added more functions
* Added Services, Characteristics and Descriptors. Basic connect example.
* Completed the characteristic API
* Added manufacturer data to Peripherals
* Created stubs of Peripheral functions
* Implemented remaining functions
* Created notify example
* Updated SimpleBluez and used safe callbacks.
* Updated safe callback with windows fix.
* New documentation
* Moved supported platforms to a different section.