22 releases

0.3.1 Sep 18, 2025
0.3.0 Jan 23, 2024
0.2.5 Apr 20, 2023
0.2.4 Jan 29, 2022
0.0.3 Oct 25, 2015

#87 in Build Utils

Download history 52696/week @ 2025-09-30 53235/week @ 2025-10-07 55841/week @ 2025-10-14 54523/week @ 2025-10-21 54511/week @ 2025-10-28 52011/week @ 2025-11-04 48798/week @ 2025-11-11 52202/week @ 2025-11-18 61689/week @ 2025-11-25 64681/week @ 2025-12-02 67854/week @ 2025-12-09 63145/week @ 2025-12-16 50791/week @ 2025-12-23 51854/week @ 2025-12-30 77835/week @ 2026-01-06 77473/week @ 2026-01-13

267,757 downloads per month
Used in 76 crates (14 directly)

MIT/Apache

21KB
408 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

~53–310KB