11 unstable releases (3 breaking)

new 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

#618 in Programming languages

Download history 541/week @ 2024-08-21 639/week @ 2024-08-28 511/week @ 2024-09-04 1174/week @ 2024-09-11 1364/week @ 2024-09-18 2052/week @ 2024-09-25 4900/week @ 2024-10-02 6723/week @ 2024-10-09 2740/week @ 2024-10-16 2660/week @ 2024-10-23 1964/week @ 2024-10-30 1732/week @ 2024-11-06 2312/week @ 2024-11-13 1295/week @ 2024-11-20 1516/week @ 2024-11-27 3775/week @ 2024-12-04

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