Files
2023-05-16 12:06:36 +02:00
..
2023-05-16 12:06:36 +02:00
2023-03-31 19:37:48 +02:00
2023-03-31 19:37:48 +02:00
2023-04-01 16:33:20 +02:00
2023-03-31 19:37:48 +02:00

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