disarm64_defn

Crates.iodisarm64_defn
lib.rsdisarm64_defn
version0.1.9
sourcesrc
created_at2024-02-18 06:37:29.95405
updated_at2024-07-14 03:34:50.556937
descriptionThis library provides structures and enums for describing AArch64 (ARMv8) instructions.
homepagehttps://github.com/kromych/disarm64_defn
repositoryhttps://github.com/kromych/disarm64_defn
max_upload_size
id1143838
size35,299
(kromych)

documentation

https://github.com/kromych/disarm64_defn

README

disarm64 definitions

This library provides structures and enums for describing AArch64 (ARMv8) instructions. The approach might seem to be closer to what the opcodes library (a part of GNU binutils) does, although the central motive is deserialization/parsing of a definition file - what TableGen (of LLVM) employs.

By default, the crate is built with std support. If you intend not to depend on the std crate, here is the syntax to use instead:

disarm64_defn = { version = "0.1", default_features = false }

For more information on the subject, please refer to:

Commit count: 14

cargo fmt