rs1090-python 0.1.2

Python binding to rs1090, a library to decode Mode S and ADS-B signals
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.pyo3]
version = "0.19.0"

[dependencies.rmp-serde]
version = "1.1.2"

[dependencies.rs1090]
version = "0.1.2"

[lib]
crate-type = ["cdylib"]
name = "_rust"

[package]
authors = ["Xavier Olive <git@xoolive.org>"]
description = "Python binding to rs1090, a library to decode Mode S and ADS-B signals"
edition = "2021"
keywords = ["aircraft", "ADS-B", "Mode-S", "decoding"]
license = "MIT"
name = "rs1090-python"
readme = "readme.md"
repository = "https://github.com/xoolive/rs1090"
version = "0.1.2"