asm_block 0.1.3

Translate tokens to string for Rust inline assembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Shuhao Tan <johnmave126@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "Translate tokens to string for Rust inline assembly"
documentation = "https://docs.rs/asm_block"
edition = "2018"
keywords = ["macro", "assembly"]
license = "MIT OR Apache-2.0"
name = "asm_block"
readme = "README.md"
repository = "https://github.com/johnmave126/asm_block"
version = "0.1.3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]