tle-parser 0.1.3

Parser for the TLE (Two-line elements)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on: [push]

name: CI

jobs:
  build_and_test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: actions-rs/cargo@v1
      - name: build
        run: cargo build --release --all-features
      - name: test
        run: cargo test