2 releases

0.2.1 Sep 11, 2024
0.2.0 Sep 11, 2024

#771 in Parser implementations

Download history 156/week @ 2024-09-06 74/week @ 2024-09-13 20/week @ 2024-09-20

250 downloads per month

GPL-3.0 license

580KB
2K SLoC

UDDF SDK

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.

Supported

Provider File format Support parsing Support serializing
Garmin Fit

Usage

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

Dependencies

~7MB
~171K SLoC