eccodes 0.0.2

Unofficial high-level Rust bindings of the latest ecCodes release
Documentation
[package]
name = "eccodes"
description = "Unofficial high-level Rust bindings of the latest ecCodes release"
repository = "https://github.com/ScaleWeather/eccodes"
version = "0.0.2"
readme = "README.md"
authors = ["Jakub Lewandowski <scaleweather@gmail.com>"]
keywords = ["eccodes", "grib", "bufr", "meteorology", "weather"]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "mathematics",
    "encoding",
    "science",
]
license = "Apache-2.0"
edition = "2018"
exclude = [".github/*"]

[dependencies]
eccodes-sys = "0.1.2"
libc = "0.2.97"

[features]
docs = ["eccodes-sys/docs"]

[package.metadata.docs.rs]
features = ["docs"]