ghidra 0.0.1

Typed Rust bindings for an embedded Ghidra JVM (name-reservation placeholder; real release pending)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Typed Rust bindings for an embedded Ghidra JVM.
//!
//! **This 0.0.1 release is a name-reservation placeholder on crates.io.**
//! The real implementation - typed handles for projects, programs,
//! decompilers, and the Ghidra type graph, with an embedded JVM bridge - is
//! in active development. Watch the repository for the first proper release.
//!
//! Until then, this crate is intentionally empty.

#![deny(missing_docs)]