mlir-sys 0.2.1

Rust bindings to the MLIR C API.
docs.rs failed to build mlir-sys-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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_170_PREFIX environment variable to specify a custom directory of LLVM installation.

License

MIT