dynasm 3.1.0

A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.
Documentation
[dependencies.bitflags]
version = "2.6.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.proc-macro-error2]
version = "2.0.1"

[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.77"

[features]
default = []
dynasm_extract = []
dynasm_opmap = []
filelocal = []

[lib]
name = "dynasm"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Alexander Stocko <as@coder.gg>", "CensoredUsername <cens.username@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily."
documentation = "https://censoredusername.github.io/dynasm-rs/language/index.html"
edition = "2021"
keywords = ["jit", "dynasm", "dynasmrt", "dynasm-rs", "assembler"]
license = "MPL-2.0"
name = "dynasm"
readme = "README.md"
repository = "https://github.com/CensoredUsername/dynasm-rs"
version = "3.1.0"