Crates.io | mlir-sys |
lib.rs | mlir-sys |
version | |
source | src |
created_at | 2021-11-16 16:15:35.041032 |
updated_at | 2024-12-07 03:50:16.423836 |
description | Rust bindings to the MLIR C API. |
homepage | |
repository | https://github.com/femtomc/mlir-sys |
max_upload_size | |
id | 482833 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Rust bindings to the MLIR C API.
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.