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

#114 in Build Utils

Download history 9136/week @ 2024-08-12 9594/week @ 2024-08-19 8469/week @ 2024-08-26 7503/week @ 2024-09-02 7690/week @ 2024-09-09 7995/week @ 2024-09-16 9123/week @ 2024-09-23 8117/week @ 2024-09-30 9765/week @ 2024-10-07 13106/week @ 2024-10-14 9721/week @ 2024-10-21 10624/week @ 2024-10-28 11653/week @ 2024-11-04 12617/week @ 2024-11-11 10312/week @ 2024-11-18 11748/week @ 2024-11-25

47,169 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