netcdf-sys 0.2.0

FFI bindings to NetCDF
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.lazy_static]
version = "1.4.0"

[features]
memio = []

[package]
authors = ["Michael Hiley <mhiley@gmail.com>", "Magnus Ulimoen <magnusu@met.no>"]
build = "build.rs"
description = "FFI bindings to NetCDF"
documentation = "https://github.com/mhiley/rust-netcdf"
edition = "2018"
keywords = ["netcdf", "hdf", "hdf5", "cdm", "ffi"]
license = "MIT"
links = "netcdf"
name = "netcdf-sys"
repository = "https://github.com/mhiley/rust-netcdf"
version = "0.2.0"