Crates.io | jitterentropy-sys |
lib.rs | jitterentropy-sys |
version | 0.1.0 |
source | src |
created_at | 2021-12-08 02:14:29.282985 |
updated_at | 2021-12-08 02:14:29.282985 |
description | Official low-level rust bindings for libjitterentropy |
homepage | https://github.com/puru1761/jitterentropy-sys |
repository | https://github.com/puru1761/jitterentropy-sys |
max_upload_size | |
id | 494193 |
size | 165,011 |
libjitterentropy
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.
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