9 releases

0.3.0 Sep 24, 2024
0.2.2 Apr 29, 2024
0.2.1 Sep 28, 2023
0.2.0 May 5, 2023
0.1.0 Nov 16, 2021

#571 in Programming languages

Download history 368/week @ 2024-07-21 332/week @ 2024-07-28 293/week @ 2024-08-04 267/week @ 2024-08-11 648/week @ 2024-08-18 555/week @ 2024-08-25 530/week @ 2024-09-01 707/week @ 2024-09-08 1613/week @ 2024-09-15 1219/week @ 2024-09-22 2339/week @ 2024-09-29 6302/week @ 2024-10-06 4836/week @ 2024-10-13 3192/week @ 2024-10-20 2682/week @ 2024-10-27 1541/week @ 2024-11-03

12,339 downloads per month
Used in 4 crates (3 directly)

Custom license

8KB
168 lines

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

Dependencies

~0–1.9MB
~37K SLoC