Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Rust bindings for TurboPFor-Integer-Compression

This is a wrapper for TurboPFor Integer Compression.

Installation

1- Prerequistes: build and install the TuroPFor library libic.a into /usr/local/lib

2 - Use the provided src/bindings.rs file or generate a new rust bindings.rs file.

cargo build

3 - Test

cargo test

Examples

  • see the tests.rs file in the src folder
  • a list of public functions are available in the bindings.rs file

Reference