nasm

Crates.ionasm
lib.rsnasm
version0.0.1
sourcesrc
created_at2014-11-28 19:06:33.861009
updated_at2015-12-11 23:54:29.779751
descriptionRun NASM during your Cargo build.
homepagehttps://github.com/goodmanio/nasm
repositoryhttps://github.com/goodmanio/nasm.git
max_upload_size
id419
size3,186
Allen Goodman (goodmanio)

documentation

README

NASM

Run NASM during your Cargo build.

extern crate gcc;

fn main() {
    nasm::compile_library("libfoo.a", &["foo.s", "bar.s"]);
}
Commit count: 0

cargo fmt