tblgen-alt

Crates.iotblgen-alt
lib.rstblgen-alt
version0.3.6
sourcesrc
created_at2024-04-29 13:22:57.339631
updated_at2024-06-06 05:16:37.76874
descriptionSafe Rust bindings for TableGen. Alternative updated version.
homepage
repositoryhttps://github.com/edg-l/tblgen-rs-alt
max_upload_size
id1224173
size112,565
Yota Toyama (raviqqe)

documentation

https://danacus.gitlab.io/tblgen-rs/tblgen/

README

tblgen

GitHub Action Crate Crates.io Total Downloads Crates.io License

This is a updated (LLVM 18) fork of https://gitlab.com/Danacus/tblgen-rs. Original author: Daan Vanoverloop.

This crate provides raw bindings and a safe wrapper for TableGen, a domain-specific language used by the LLVM project.

The goal of this crate is to enable users to develop custom TableGen backends in Rust. Hence the primary use case of this crate are procedural macros that generate Rust code from TableGen description files.

Documentation

Read the documentation at https://danacus.gitlab.io/tblgen-rs/tblgen/.

Supported LLVM Versions

An installation of LLVM is required to use this crate. Both LLVM 16, 17 and 18 are supported and can be selected using feature flags.

The TABLEGEN_<version>_PREFIX environment variable can be used to specify a custom directory of the LLVM installation.

Commit count: 69

cargo fmt