fitsdk 0.1.0

A small crate which provides a simple API exposing the FIT SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fitsdk"
version = "0.1.0"
authors = ["Richard Brodie <richard@radagast.nu>"]
license = "MIT"
description = "A small crate which provides a simple API exposing the FIT SDK."
documentation = "https://docs.rs/fitsdk"
repository = "https://github.com/richardbrodie/fitsdk-rs"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]