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

#916 in Programming languages

Download history 5298/week @ 2024-12-09 3459/week @ 2024-12-16 2648/week @ 2024-12-23 4564/week @ 2024-12-30 4462/week @ 2025-01-06 2452/week @ 2025-01-13 1946/week @ 2025-01-20 1526/week @ 2025-01-27 3164/week @ 2025-02-03 1933/week @ 2025-02-10 2551/week @ 2025-02-17 4659/week @ 2025-02-24 2560/week @ 2025-03-03 2382/week @ 2025-03-10 2036/week @ 2025-03-17 2024/week @ 2025-03-24

9,714 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