gpx-rs 0.1.0

GPX 1.1 parsing, validation, path analytics, and CLI tools
Documentation
1
2
3
4
5
6
7
//! GPX manipulation CLI.

mod cli;

fn main() -> std::process::ExitCode {
    cli::run()
}