| Crates.io | uddf-sdk |
| lib.rs | uddf-sdk |
| version | 0.2.1 |
| created_at | 2024-09-11 16:30:04.268981+00 |
| updated_at | 2024-09-11 16:45:16.557163+00 |
| description | Reading and writing UDDF files |
| homepage | https://github.com/d-corler/uddf-sdk |
| repository | https://github.com/d-corler/uddf-sdk |
| max_upload_size | |
| id | 1372063 |
| size | 631,328 |
Rust crate for reading and writing UDDF files.
UDDF file format is a standard for dive logs. More information can be found here.
The idea behind this crate is to provide a simple and easy-to-use API to convert proprietary dive logs to UDDF format and vice versa.
| Provider | File format | Support parsing | Support serializing |
|---|---|---|---|
| Garmin | Fit | :white_check_mark: | :x: |
Add this to your Cargo.toml:
[dependencies]
uddf-sdk = "0.1"
Or install it from the command line:
cargo install uddf-sdk
Run the example:
cargo run --example garmin