11 unstable releases (3 breaking)

0.4.1 Dec 7, 2024
0.3.0 Sep 24, 2024
0.2.2 Apr 29, 2024
0.2.1 Sep 28, 2023
0.1.0 Nov 16, 2021

#1021 in Programming languages

Download history 1422/week @ 2024-09-24 4819/week @ 2024-10-01 6230/week @ 2024-10-08 3100/week @ 2024-10-15 3546/week @ 2024-10-22 1853/week @ 2024-10-29 1644/week @ 2024-11-05 2166/week @ 2024-11-12 1651/week @ 2024-11-19 1481/week @ 2024-11-26 2041/week @ 2024-12-03 5587/week @ 2024-12-10 3116/week @ 2024-12-17 2952/week @ 2024-12-24 4499/week @ 2024-12-31 3903/week @ 2025-01-07

15,147 downloads per month
Used in 4 crates (3 directly)

Custom license

8KB
154 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