mlir-sys

Crates.iomlir-sys
lib.rsmlir-sys
version0.3.0
sourcesrc
created_at2021-11-16 16:15:35.041032
updated_at2024-09-24 11:40:26.827397
descriptionRust bindings to the MLIR C API.
homepage
repositoryhttps://github.com/femtomc/mlir-sys
max_upload_size
id482833
size11,009
Yota Toyama (raviqqe)

documentation

README

mlir-sys

GitHub Action Crate License

Rust bindings to the MLIR C API.

Install

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.

License

MIT

Commit count: 74

cargo fmt