llzk-sys

Crates.iollzk-sys
lib.rsllzk-sys
version0.1.0
created_at2025-05-28 16:34:33.941806+00
updated_at2025-05-28 16:34:33.941806+00
descriptionRust bindings to the LLZK C API.
homepage
repositoryhttps://github.com/Veridise/llzk-rs
max_upload_size
id1693050
size1,040,800
foldr (0xddom)

documentation

README

llzk-sys

Rust bindings to the LLZK C API.

Usage

Simply add llzk-sys to your Cargo project. LLZK is maintained as a submodule and built in place when building the crate.

cargo add llzk-sys

The crate depends on mlir-18-sys whose build process uses llvm-config for detecting the location of LLVM and MLIR. Similarly to mlir-sys, you can use the MLIR_SYS_180_PREFIX environment variable for customizing the location where to find llvm-config.

Commit count: 36

cargo fmt