asm-rs-macros 0.2.0

Compile-time assembly proc-macros for asm-rs
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 = "asm-rs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b43cd6bd0e5c09388248d6619d4f7e79b2f4f86b4aecf1f830430e40acee1455"

[[package]]
name = "asm-rs-macros"
version = "0.2.0"
dependencies = [
 "asm-rs",
]