dynasmrt 1.0.1

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

[dependencies.dynasm]
version = "=1.0.1"

[dependencies.memmap2]
version = "^0.2"

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