Crates.io | nasm |
lib.rs | nasm |
version | 0.0.1 |
source | src |
created_at | 2014-11-28 19:06:33.861009 |
updated_at | 2015-12-11 23:54:29.779751 |
description | Run NASM during your Cargo build. |
homepage | https://github.com/goodmanio/nasm |
repository | https://github.com/goodmanio/nasm.git |
max_upload_size | |
id | 419 |
size | 3,186 |
Run NASM during your Cargo build.
extern crate gcc;
fn main() {
nasm::compile_library("libfoo.a", &["foo.s", "bar.s"]);
}