Registry / build-tool / nasm-rs

nasm-rs

JSON →
library0.3.2rscratesunverified

Run NASM during your Cargo build to assemble assembly files.

# Cargo.toml [dependencies] nasm-rs = "0.3.2"
INSTALL
IMPORT
SIG · NASM-RS
N
nasm-rs
build-toolrustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Build
use nasm_rs::Build;

Compiles an assembly file using NASM during the build process.

use nasm_rs::Build; fn main() { Build::new() .file("src/example.asm") .compile("example"); }
Debug
Known issues
gotchaRequires NASM to be installed on the system
fix
Install NASM via your package manager (e.g., apt install nasm, brew install nasm).
affects: >=0.1.0
Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
nasm-rs — cargo add nasm-rs · libregistry