dexrs 🩸🍭
Rust library for interacting with the Dexcom Share API
[!WARNING]
dexrsis most definitely still a work in progress. If you notice a bug, please open an issue or PR.
Installation
dexrs can be installed through Cargo:
cargo add dexrs
Usage
You can use dexrs by implementing the code below. See /examples for more examples.
use DexcomClient;
use env;
Contributing
If you wish to contribute improvements, bug fixes, or even new features, feel free to open a PR. Everyone is welcome to contribute.
License
Everything is licensed under MIT. See LICENSE for more.