Skip to content

Commit

Permalink
fix(deps): fit-rust -> fit_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovacs committed Jul 5, 2024
1 parent 8251327 commit 593bd6e
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 290 deletions.
126 changes: 43 additions & 83 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fit2gpx"
version = "0.1.2"
version = "0.2.0"
edition = "2021"

authors = ["Jeromos Kovács <iitsnotme214@proton.me>"]
Expand All @@ -14,7 +14,7 @@ license = "MIT"

[dependencies]
clap = { version = "4.5.8", features = ["derive"] }
fit-rust = "0.1.8"
fit_file = "0.6.0"
geo-types = "0.7.13"
gpx = "0.10.0"
time = { version = "0.3.36", default-features = false }
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
## Purpose

This is a simple Rust library and binary for converting .FIT files to .GPX files.
A faster alternative to [fit2gpx](https://github.com/dodo-saba/fit2gpx)
A ***faster*** alternative to [fit2gpx](https://github.com/dodo-saba/fit2gpx)

- [FIT](https://developer.garmin.com/fit/overview/) is a GIS data file format used by Garmin GPS sport devices and Garmin software
- [GPX](https://docs.fileformat.com/gis/gpx/) is an XML based format for GPS tracks.

## Why another one

- cause it's 70 times as fast
- cause it's about 80 times as fast
- cause it's fun

## Why not this one

- it doesn't support strava bulk-export stuff

## Deps
## Direct dependencies

- [fit-rust](https://crates.io/crates/fit-rust)
- [fit_file](https://crates.io/crates/fit_file)
- [gpx](https://crates.io/crates/gpx)
- [clap](https://crates.io/crates/clap)
Loading

0 comments on commit 593bd6e

Please sign in to comment.