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

#534 in Programming languages

Download history 614/week @ 2024-07-08 607/week @ 2024-07-15 368/week @ 2024-07-22 329/week @ 2024-07-29 300/week @ 2024-08-05 267/week @ 2024-08-12 666/week @ 2024-08-19 539/week @ 2024-08-26 526/week @ 2024-09-02 707/week @ 2024-09-09 1676/week @ 2024-09-16 1226/week @ 2024-09-23 3604/week @ 2024-09-30 6087/week @ 2024-10-07 3903/week @ 2024-10-14 2994/week @ 2024-10-21

16,667 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