y86-lib 0.1.0

A Library to interact with Y86 Assembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "y86-lib"

version = "0.1.0"

authors = ["Tarik <tarikishaq@hotmail.com>"]

edition = "2018"

description = "A Library to interact with Y86 Assembly"

license = "MIT"



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



[dependencies]

clap = "2.33.0"

lazy_static = "1.4.0"

num-traits = "0.2"

num-derive = "0.3"