fpzip-sys 0.3.2

Raw Rust bindings to FPZIP (https://github.com/LLNL/fpzip).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "fpzip.h"

fpzipError fpzip_errno;

const char* const fpzip_errstr[] = {
  "success",
  "cannot read stream",
  "cannot write stream",
  "not an fpzip stream",
  "fpzip format version not supported",
  "precision not supported",
  "memory buffer overflow",
  "internal error",
};