#low-level #build #libjitterentropy

sys jitterentropy-sys

Official low-level rust bindings for libjitterentropy

1 unstable release

0.1.0 Dec 8, 2021

#437 in #low-level

BSD-3-Clause

75KB
1K SLoC

C 1K SLoC // 0.4% comments Rust 35 SLoC // 0.7% comments

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

No runtime deps

~0–1.7MB
~34K SLoC