mlir-sys 0.4.1

Rust bindings to the MLIR C API.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mlir-sys"
version = "0.4.1"
authors = ["McCoy R. Becker, Yota Toyama"]
edition = "2021"
description = "Rust bindings to the MLIR C API."
repository = "https://github.com/femtomc/mlir-sys"
readme = "README.md"
links = "MLIR"
license-file = "LICENSE"

[build-dependencies]
bindgen = "0.71.0"