opensky-network 0.2.1

A simple Rust wrapper library around the OpenSky Network API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# opensky-network-rs

Fork from https://github.com/newcomb-luke/opensky_api.rs

[![Crates.io](https://img.shields.io/crates/v/opensky-network.svg)](https://crates.io/crates/)
[![Documentation](https://docs.rs/opensky-network/badge.svg)](https://docs.rs/opensky-network)
[![Build Status](https://github.com/x807x/opensky-network-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/x807x/opensky-network-rs/actions)
[![License](https://img.shields.io/crates/l/opensky-network.svg)](https://github.com/x807x/opensky-network/blob/main/LICENSE)

A brief description of your crate.


Rust bindings for the OpenSky Network API for getting realtime and historical flight data for non-commercial purposes.

Currently only aircraft State Vectors can be accessed, and flights/arrivals/departures will be implemented in the future.