From 8a091e21b1f0f8bec2c645574f729fc3e8badc71 Mon Sep 17 00:00:00 2001 From: David <35665396+demondave@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:45:12 +0100 Subject: [PATCH] Add NetCDF https://crates.io/crates/netcdf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f83343d..42b72a5 100644 --- a/README.md +++ b/README.md @@ -1165,6 +1165,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [simd-lite/simd-json](https://github.com/simd-lite/simd-json) [[simd-json](https://crates.io/crates/simd-json)] — High performance JSON parser based on a port of simdjson * MsgPack * [3Hren/msgpack-rust](https://github.com/3Hren/msgpack-rust) — A pure Rust low/high level MessagePack implementation [![build badge](https://api.travis-ci.org/3Hren/msgpack-rust.svg?branch=master)](https://travis-ci.org/3Hren/msgpack-rust) +* NetCDF + * [georust/netcdf](https://github.com/georust/netcdf) [[netcdf](https://crates.io/crates/netcdf)] — Medium-level netCDF bindings for Rust, allowing easy reading and writing of array-like structures to a file. * PEM * [jcreekmore/pem-rs](https://github.com/jcreekmore/pem-rs) [[pem](https://crates.io/crates/pem)] — A Rust based way to parse and encode PEM-encoded data [![build badge](https://api.travis-ci.org/jcreekmore/pem-rs.svg?branch=master)](https://travis-ci.org/jcreekmore/pem-rs) * ProtocolBuffers