Removed compatibility with R13B03 and fixed build on R13B04

R13B03 doesn't provide enif_realloc_binary, so drop support for this
release.

R13B04 enif_alloc_binary and enif_realloc_binary require a first
argument of type ErlNifEnv* in R13B04, which was not being passed and
caused compilation failure on this release.
1 file changed
tree: d4052348d48d8bcab17a7ef746a74e22feeecf3c
  1. c_src/
  2. src/
  3. support/
  4. test/
  5. .gitignore
  6. Makefile
  7. README.md
  8. rebar
  9. rebar.config
  10. TODO.txt
README.md

snappy-erlang-nif

This is an Erlang NIF for Google's snappy fast compressor and decompressor.

Google snappy's official repository and bug tracking system is at:

Its source is included in this project.