Raw (low-level) Rust Bindings for libjitterentropy

CI Badge License Badge Crate Badge

This repository contains the raw low-level rust bindings for libjitterentropy. DO NOT use these bindings directly in your code. A new Rusty API will be provided in the jent crate.

Pre-requisites

Prior to building this project, clone this repository, and also checkout all it's included sub-modules recursively.

git clone https://github.com/puru1761/jitterentropy-sys.git --recurse-submodules

Also install the dependencies as required to build libjitterentropy. On Fedora, I find these to be:

sudo dnf install llvm llvm-devel clang

Author