| Crates.io | llzk-sys |
| lib.rs | llzk-sys |
| version | 0.1.0 |
| created_at | 2025-05-28 16:34:33.941806+00 |
| updated_at | 2025-05-28 16:34:33.941806+00 |
| description | Rust bindings to the LLZK C API. |
| homepage | |
| repository | https://github.com/Veridise/llzk-rs |
| max_upload_size | |
| id | 1693050 |
| size | 1,040,800 |
Rust bindings to the LLZK C API.
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.