tle-parser 0.1.2

Parser for the TLE (Two-line elements)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description = "Parser for the TLE (Two-line elements)"
license = "MIT/Apache-2.0"
name = "tle-parser"
version = "0.1.2"
authors = ["Kazushi Kawamura <kawamurakazushi@gmail.com>"]
edition = "2018"
homepage = "https://github.com/kawamurakazushi/tle-parser"
repository = "https://github.com/kawamurakazushi/tle-parser.git"
documentation = "https://docs.rs/tle-parser"
keywords = ["tle", "parser"]
readme = "README.md"

[lib]
name = "tle_parser"

[dependencies]
nom = "5.1.0"