tle-parser 0.1.1

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
[dependencies.nom]
version = "5.1.0"

[lib]
name = "tle_parser"

[package]
authors = ["Kazushi Kawamura <kawamurakazushi@gmail.com>"]
description = "Parser for the TLE (Two-line elements)"
documentation = "https://docs.rs/tle-parser"
edition = "2018"
homepage = "https://github.com/kawamurakazushi/tle-parser"
keywords = ["tle", "parser"]
license = "MIT/Apache-2.0"
name = "tle-parser"
readme = "README.md"
repository = "https://github.com/kawamurakazushi/tle-parser.git"
version = "0.1.1"