uddf-sdk 0.2.0

Reading and writing UDDF files
Documentation
pub const GENERATOR_NAME: &str = "UDDF SDK";
pub const GENERATOR_MANUFACTURER_ID: &str = "manufacturer-corler";
pub const GENERATOR_MANUFACTURER_NAME: &str = "CORLER";
pub const GENERATOR_MANUFACTURER_HOMEPAGE: &str = "TBD";

pub const DIVER_OWNER_ID: &str = "diver-owner";

pub const DIVE_COMPUTER_MANUFACTURER_ID: &str = "manufacturer-garmin";
pub const DIVE_COMPUTER_MANUFACTURER_NAME: &str = "Garmin";

pub const DIVE_BASE_ID: &str = "dive-base";

pub const TIMESTAMP_TAG: &str = "timestamp";
pub const GARMIN_PRODUCT_TAG: &str = "garmin_product";
pub const SERIAL_NUMBER_TAG: &str = "serial_number";
pub const PRESSURE_TAG: &str = "pressure";
pub const DEPTH_TAG: &str = "depth";
pub const TEMPERATURE_TAG: &str = "temperature";
pub const START_POSITION_LAT_TAG: &str = "start_position_lat";
pub const START_POSITION_LONG_TAG: &str = "start_position_long";
pub const END_POSITION_LAT_TAG: &str = "end_position_lat";
pub const END_POSITION_LONG_TAG: &str = "end_position_long";
pub const OXYGEN_CONTENT_TAG: &str = "oxygen_content";
pub const HELIUM_CONTENT_TAG: &str = "helium_content";
pub const DIVE_NUMBER_TAG: &str = "dive_number";
pub const START_PRESSURE_TAG: &str = "start_pressure";
pub const END_PRESSURE_TAG: &str = "end_pressure";
pub const MAX_DEPTH_TAG: &str = "max_depth";
pub const AVG_DEPTH_TAG: &str = "avg_depth";
pub const BOTTOM_TIME_TAG: &str = "bottom_time";