Crates.io | mlir-sys |
lib.rs | mlir-sys |
version | 0.3.0 |
source | src |
created_at | 2021-11-16 16:15:35.041032 |
updated_at | 2024-09-24 11:40:26.827397 |
description | Rust bindings to the MLIR C API. |
homepage | |
repository | https://github.com/femtomc/mlir-sys |
max_upload_size | |
id | 482833 |
size | 11,009 |
Rust bindings to the MLIR C API.
cargo add mlir-sys
This crate searches an llvm-config
command on build and uses it to determine build configurations related to LLVM and MLIR. You can also use a MLIR_SYS_180_PREFIX
environment variable to specify a custom directory of LLVM installation.