minigps

Crates.iominigps
lib.rsminigps
version0.1.3
sourcesrc
created_at2022-06-20 10:52:14.104591
updated_at2023-11-18 10:44:33.903175
descriptionLibrary for MiniGPS file format support
homepagehttps://github.com/rayslava/minigps
repositoryhttps://github.com/rayslava/minigps
max_upload_size
id609454
size23,553
Rayslava (rayslava)

documentation

https://docs.rs/minigps

README

Workflow Status Coverage Status Maintenance

minigps

MiniGPS file format support library

This library contains support for file formats of noname MiniGPS from Aliexpress, like https://aliexpress.com/item/1005003479481773.html

Currently following files are supported:

  • POI.DAT
  • AID.DAT
  • TRAIL.DAT

The library allows conversion of POIs from and into gpx::Waypoint to work with GPX files.

Usage example could be found at https://github.com/rayslava/minigps-conv

License: MIT

Commit count: 12

cargo fmt