irox-gpx

Crates.ioirox-gpx
lib.rsirox-gpx
version0.5.0
sourcesrc
created_at2023-10-08 00:55:30.473091
updated_at2024-01-13 19:47:13.214458
descriptionGPX format Encoders and Decoders for GPS Devices
homepagehttps://github.com/spmadden/irox
repositoryhttps://github.com/spmadden/irox
max_upload_size
id996781
size29,426
Sean Madden (spmadden)

documentation

README

Iron Oxide (IROX) Libraries

A collection of (hopefully) useful crates written in Rust.

MIT Apache Maintenance GitHub Workflow Status (with event) Crates.io docs.rs

Contributor Covenant Semver2.0 ConvCommits unsafe forbidden

Current Modules & Organization:

  • data-formats - Specific data format encoders & decoders
    • csv - Comma Separated Values encoder/decoder, inspired by python's csv module
    • gpx - GPX GPS file format reader/writer
    • nmea0183 - GPS NMEA-0183 encoder/decoder
    • raymarine-sonar - Raymarine SDF Sonar Converter
    • sirf - GPS Binary SiRF encoder/decoder
  • interfaces - Interfaces, Transports, and APIs for external tools
  • irox - Aggregator module
  • libraries - Rust 'library' crates, usually without binaries
    • build-rs - Compile-time build metadata injection inspired by shadow-rs
    • carto - Cartographic & Geospatial tools
    • egui-extras - Extra stuff for the wonderful egui crate
    • enums - Traits for better Enumerated Types
    • enums_derive - Derivable impls of the traits in irox-enums
    • git-tools - Tools and wrappers to help with GitOps
    • log - Basic console and file logging
    • networking - Networking tools
    • progress - An ecosystem for displaying progress, either in a UI or on the terminal.
    • stats - Mathematics & Statistics tools
    • structs - Traits for Struct Types - linearly serialized big endian bytes
    • structs_derive - Derivable impls of the traits in irox-structs
    • threading - Blocking and Asynchronous Threading Tools
    • time - A date & time library that aims for ease of use based on the Proleptic Gregorian Calendar.
    • tools - Dumping ground for stuff that should have been in std
    • types - Enums and structs to describe Rust's basic type system
    • units - Physical Units, Quantities, & Reference Frames
  • tools - Rust 'binary' crates, mostly just binaries that depend on crates in libraries
    • cargo-describe - CLI tool to produce human-friendly information from cargo-metadata
    • gpsd - Implementation of GPSd in Rust, with support for windows targets!

Version Status

Crate Status
irox-build-rs build-rs-vsn-shield build-rs-doc-shield
irox-carto carto-vsn-shield carto-doc-shield
irox-csv csv-vsn-shield csv-doc-shield
irox-egui-extras egui-extras-vsn-shield egui-extras-doc-shield
irox-enums enums-vsn-shield enums-doc-shield
irox-enums_derive enums_derive-vsn-shield enums_derive-doc-shield
irox-git-tools git-tools-vsn-shield git-tools-doc-shield
irox-gpx gpx-vsn-shield gpx-doc-shield
irox-influxdb_v1 influxdb_v1-vsn-shield influxdb_v1-doc-shield
irox-log log-vsn-shield log-doc-shield
irox-networking networking-vsn-shield networking-doc-shield
irox-nmea0183 nmea0183-vsn-shield nmea0183-doc-shield
irox-progress progress-vsn-shield progress-doc-shield
irox-raymarine-sonar raymarine-sonar-vsn-shield raymarine-sonar-doc-shield
irox-sirf sirf-vsn-shield sirf-doc-shield
irox-stats stats-vsn-shield stats-doc-shield
irox-structs structs-vsn-shield structs-doc-shield
irox-structs_derive structs_derive-vsn-shield structs_derive-doc-shield
irox-threading threading-vsn-shield threading-doc-shield
irox-time time-vsn-shield time-doc-shield
irox-tools tools-vsn-shield tools-doc-shield
irox-types types-vsn-shield types-doc-shield
irox-units units-vsn-shield units-doc-shield
irox-winlocation-api winloc-api-vsn-shield winloc-api-doc-shield
cargo-describe cargo-describe-vsn-shield
Commit count: 950

cargo fmt