eccodes 0.0.1

Unofficial high-level Rust bindings of the latest ecCodes release
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.eccodes-sys]
version = "0.1.2"

[dependencies.libc]
version = "0.2.97"

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