phoron_asm 1.0.2

A Jasmin-compatible Assembler for the JVM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "phoron_asm"
version = "1.0.2"
dependencies = [
 "phoron_core",
]

[[package]]
name = "phoron_core"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25d51efca1234563a111e9713d61e72aefad7af4f8aea8ac0da8ae48c0b5bdd1"