1 unstable release
0.1.0 | Nov 26, 2023 |
---|
#68 in #aerospace
19KB
391 lines
TLE
A simple Two Line Element (TLE) parser in rust.
This library aims to be a fast and robust TLE parser, with no external dependencies and descriptive error handling for consumers.
Future work
This library is still immature, and has three primary future goals:
- support
no_std
- constify the
parse
function - add date time parsing of certain fields, behind a feature flag.