write_x86_64 0.2.0

Crate to help you write x86_64 assembly code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "write_x86_64"
version = "0.2.0"
authors = [
    "Samuel VIVIEN <samuel.vivien@ens.psl.eu>"
]
edition = "2021"
rust-version = "1.56.1"
description = "Crate to help you write x86_64 assembly code"
repository = "https://github.com/samsa1/write_x86_64"
license = "MIT"
keywords = ["x86", "x86_64"]
categories = ["data-structures", "compilers"]

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

[dependencies]