From 8a66d88d33253bce6f1efc278abe805575e81c1d Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 31 Aug 2022 15:39:41 -0400 Subject: Rust API : Major docs update (still need detailed module and function documentation) --- rust/src/architecture.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src/architecture.rs') diff --git a/rust/src/architecture.rs b/rust/src/architecture.rs index 95bfedd6..878b2c5e 100644 --- a/rust/src/architecture.rs +++ b/rust/src/architecture.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! Architectures provide disassembly, lifting, and associated metadata about a CPU to inform analysis and decompilation. + // container abstraction to avoid Vec<> (want CoreArchFlagList, CoreArchRegList) // RegisterInfo purge use binaryninjacore_sys::*; -- cgit v1.3.1