tle 0.1.0

A Two Line Element parser and validator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.