21 releases

0.3.0 Jan 23, 2024
0.2.5 Apr 20, 2023
0.2.4 Jan 29, 2022
0.2.2 Dec 3, 2021
0.0.3 Oct 25, 2015

#122 in Build Utils

Download history 8616/week @ 2024-09-20 8586/week @ 2024-09-27 9185/week @ 2024-10-04 12695/week @ 2024-10-11 10538/week @ 2024-10-18 10050/week @ 2024-10-25 11799/week @ 2024-11-01 11980/week @ 2024-11-08 11253/week @ 2024-11-15 11063/week @ 2024-11-22 12674/week @ 2024-11-29 15439/week @ 2024-12-06 12171/week @ 2024-12-13 8962/week @ 2024-12-20 8202/week @ 2024-12-27 10773/week @ 2025-01-03

42,293 downloads per month
Used in 53 crates (12 directly)

MIT/Apache

21KB
407 lines

NASM

Run NASM during your Cargo build.

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

It requires a nasm executable already installed on the system.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~23KB