tle 0.1.0

A Two Line Element parser and validator
Documentation
  • Coverage
  • 50%
    28 out of 56 items documented0 out of 6 items with examples
  • Size
  • Source code size: 19.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • cmleinz/tle
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cmleinz

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:

  1. support no_std
  2. constify the parse function
  3. add date time parsing of certain fields, behind a feature flag.