sleigh-compiler 2.0.1

Rust bindings for the Ghidra SLEIGH compiler. Used to compile processor .slaspec files into .sla files
Documentation
[build-dependencies.cxx-build]
version = "1.0"

[dependencies.cxx]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[lib]
name = "sleigh_compiler"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["security", "compilers", "api-bindings"]
description = "Rust bindings for the Ghidra SLEIGH compiler. Used to compile processor .slaspec files into .sla files"
edition = "2024"
include = ["/build.rs", "/src/*", "/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/*", "/ghidra/Ghidra/Features/Decompiler/src/decompile/zlib/*", "/ghidra/DISCLAIMER.md", "/ghidra/NOTICE", "/ghidra/LICENSE", "/ghidra/licenses/*"]
license = "Apache-2.0"
name = "sleigh-compiler"
readme = "README.md"
repository = "https://github.com/mnemonikr/sleigh-compiler"
version = "2.0.1"