Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/femtomc/mlir-sys
Rust bindings to the MLIR C API.
https://github.com/femtomc/mlir-sys
Last synced: 12 days ago
JSON representation
Rust bindings to the MLIR C API.
- Host: GitHub
- URL: https://github.com/femtomc/mlir-sys
- Owner: femtomc
- License: mit
- Created: 2021-11-16T15:52:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T11:36:59.000Z (about 2 months ago)
- Last Synced: 2024-10-12T15:34:31.205Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 42.2 MB
- Stars: 58
- Watchers: 4
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlir-sys
[![GitHub Action](https://img.shields.io/github/actions/workflow/status/femtomc/mlir-sys/test.yaml?style=flat-square)](https://github.com/femtomc/mlir-sys/actions)
[![Crate](https://img.shields.io/crates/v/mlir-sys.svg?style=flat-square)](https://crates.io/crates/mlir-sys)
[![License](https://img.shields.io/github/license/femtomc/mlir-sys.svg?style=flat-square)](LICENSE)Rust bindings to [the MLIR C API](https://mlir.llvm.org/docs/CAPI/).
## Install
```sh
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](LICENSE)