Skip to content

kafka4beam/crc32cer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crc32cer - CRC32-C Erlang NIF

This is a clone of https://github.com/edenhill/librdkafka with only crc32-c related code retained.

Then added Erlang NIF support.

Usage

crc32cer:nif(Iodata).
crc32cer:nif(Acc, Iodata).