metar 0.6.6

A fast METAR parsing library in pure Rust
Documentation
[dependencies.pest]
version = "2.1.3"

[dependencies.pest_derive]
version = "2.1.0"
[dev-dependencies.anyhow]
version = "1.0.57"

[package]
authors = ["Lily Hopkins <bsalarius@gmail.com>"]
description = "A fast METAR parsing library in pure Rust"
edition = "2021"
homepage = "https://github.com/lilopkins/metar-rs"
license = "MIT"
name = "metar"
readme = "README.md"
repository = "https://github.com/lilopkins/metar-rs"
resolver = "2"
version = "0.6.6"