#d4 #mpfr #variables

sys d4-mpfr-sys

A Rust wrapper around MPFR for d4

1 unstable release

0.1.2 Dec 7, 2024
0.1.1 Dec 3, 2024
0.1.0 Dec 2, 2024

#1 in #mpfr

Download history 305/week @ 2024-11-30 317/week @ 2024-12-07 42/week @ 2024-12-14 16/week @ 2024-12-21 18/week @ 2024-12-28 123/week @ 2025-01-04 23/week @ 2025-01-11 3/week @ 2025-01-18 170/week @ 2025-01-25 11/week @ 2025-02-01

216 downloads per month
Used in 2 crates

LGPL-3.0-only

4KB

d4-oxide

A Rust wrapper around d4.

Usage

Add it as a dependency to your Cargo.toml:

[dependencies]
d4-oxide = "0.5"

Requirements

These dependencies can be made available in a Nix development shell coming with this repository:

nix develop

Alternatively, to point to the directories containing Mt-KaHyPar, the following environment variables can be used:

Variable Meaning
MTKAHYPAR_ROOT Contains include and lib or lib64 subdirectories with the corresponding content.
MTKAHYPAR_INCLUDE Contains the header files.
MTKAHYPAR_LIB Contains library files.

Dependencies

~5KB