igc_parser 0.1.0

A high-level parsing/deserializing crate for IGC flight recorder files
Documentation

IGC Parser

A high-level parsing crate for IGC flight recorder files. With most focus on:

  • Easy to use
  • No run-time asserts meaning that any errors will be through the Result type
  • A panic free crate

You should use this crate if you want to easily, quickly and safely parse igc files.