#parser #record #igc

igc

A fast, minimal parser for IGC flight recorder files

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

#114 in #record

MIT license

145KB
2K SLoC

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..


igc-rs   Build Status Latest Version Docs

igc-rs provides a minimal, fast parser for IGC flight recorder record lines in the Rust language.

No runtime deps