#d4 #variables #sbva

sys d4-sbva-sys

A Rust wrapper around SBVA for d4

3 releases

0.1.2 Dec 1, 2024
0.1.1 Nov 19, 2024
0.1.0 Nov 15, 2024

#13 in #d4

Download history 186/week @ 2024-11-13 86/week @ 2024-11-20 244/week @ 2024-11-27 222/week @ 2024-12-04 79/week @ 2024-12-11 27/week @ 2024-12-18 18/week @ 2024-12-25 138/week @ 2025-01-01 58/week @ 2025-01-08

248 downloads per month
Used in 3 crates (2 directly)

MIT license

5MB
89K SLoC

C++ 59K SLoC // 0.1% comments FORTRAN Legacy 23K SLoC // 0.4% comments C 4K SLoC // 0.4% comments CUDA 3.5K SLoC // 0.1% comments Shell 541 SLoC // 0.1% comments Python 227 SLoC // 0.2% comments JavaScript 205 SLoC // 0.1% comments XSL 116 SLoC Rust 10 SLoC

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