4 releases
0.2.2 | Sep 8, 2019 |
---|---|
0.2.1 | May 13, 2019 |
0.2.0 | Mar 19, 2019 |
0.1.0 | Dec 27, 2018 |
#12 in #recorder
145KB
2K
SLoC
igc-rs
igc-rs provides a minimal, fast parser for IGC flight recorder record lines in the Rust language.
lib.rs
:
This crate provides a minimal, fast parser for IGC files.
The low level record parser mirrors the raw format of an IGC file closely, and works to minimize the number of heap allocations made during parsing. It is intended to be used as an unopinionated base for building higher level data structures representing traces/tasks/etc..