12 unstable releases (3 breaking)

0.4.2 Feb 8, 2025
0.4.1 Dec 7, 2024
0.3.0 Sep 24, 2024
0.2.2 Apr 29, 2024
0.1.0 Nov 16, 2021

#1098 in Programming languages

Download history 2726/week @ 2024-10-26 1584/week @ 2024-11-02 2337/week @ 2024-11-09 1767/week @ 2024-11-16 1303/week @ 2024-11-23 1567/week @ 2024-11-30 4664/week @ 2024-12-07 4312/week @ 2024-12-14 2553/week @ 2024-12-21 4390/week @ 2024-12-28 4435/week @ 2025-01-04 3051/week @ 2025-01-11 1727/week @ 2025-01-18 1644/week @ 2025-01-25 2776/week @ 2025-02-01 2165/week @ 2025-02-08

8,546 downloads per month
Used in 5 crates (3 directly)

Custom license

8KB
159 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_190_PREFIX environment variable to specify a custom directory of LLVM installation.

License

MIT

Dependencies

~0–2MB
~38K SLoC