libsla 1.0.0

Rust bindings to Ghidra Sleigh library libsla
Documentation
[dependencies.libsla-sys]
version = "0.1.4"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.flate2]
version = "1.1"

[dev-dependencies.sleigh-config]
features = ["x86"]
version = "1"

[features]
fuzzing = ["libsla-sys/fuzzing"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings to Ghidra Sleigh library libsla"
edition = "2024"
license = "Apache-2.0"
name = "libsla"
readme = "README.md"
repository = "https://github.com/mnemonikr/libsla"
version = "1.0.0"