jitterentropy-sys

Crates.iojitterentropy-sys
lib.rsjitterentropy-sys
version0.1.0
sourcesrc
created_at2021-12-08 02:14:29.282985
updated_at2021-12-08 02:14:29.282985
descriptionOfficial low-level rust bindings for libjitterentropy
homepagehttps://github.com/puru1761/jitterentropy-sys
repositoryhttps://github.com/puru1761/jitterentropy-sys
max_upload_size
id494193
size165,011
Puru Kulkarni (puru1761)

documentation

README

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

Commit count: 4

cargo fmt