19 releases

0.2.4 Jan 29, 2022
0.2.2 Dec 3, 2021
0.2.1 Jul 29, 2021
0.2.0 Aug 27, 2020
0.0.3 Oct 25, 2015

#23 in Build Utils

Download history 7083/week @ 2022-12-03 5946/week @ 2022-12-10 5012/week @ 2022-12-17 4516/week @ 2022-12-24 5661/week @ 2022-12-31 6709/week @ 2023-01-07 5691/week @ 2023-01-14 5582/week @ 2023-01-21 5488/week @ 2023-01-28 5454/week @ 2023-02-04 6213/week @ 2023-02-11 7033/week @ 2023-02-18 7612/week @ 2023-02-25 6522/week @ 2023-03-04 7545/week @ 2023-03-11 6880/week @ 2023-03-18

29,667 downloads per month
Used in 22 crates (6 directly)

MIT/Apache

17KB
356 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

~0–285KB