imperative-rs 0.3.1

Auto derivable trait to easily define instruction sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "imperative-rs"
version = "0.3.1"
authors = ["Kevin Kielholz <kevinkielholz@rwth-aachen.de>"]
edition = "2018"
repository = "https://github.com/hank-der-hafenarbeiter/imperative-rs"
keywords = ["instructionsets", "encoding", "decoding", "instruction", "emulator"]
categories = ["emulators", "encoding", "simulation"]
license = "MIT OR Apache-2.0"
description = "Auto derivable trait to easily define instruction sets"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
imperative-rs-derive = {path = "../imperative-derive", version="0.3.1"}