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

#31 in Build Utils

Download history 7108/week @ 2023-12-07 7600/week @ 2023-12-14 5630/week @ 2023-12-21 6236/week @ 2023-12-28 9861/week @ 2024-01-04 11270/week @ 2024-01-11 11316/week @ 2024-01-18 11018/week @ 2024-01-25 11667/week @ 2024-02-01 10859/week @ 2024-02-08 9285/week @ 2024-02-15 9701/week @ 2024-02-22 9979/week @ 2024-02-29 8853/week @ 2024-03-07 11393/week @ 2024-03-14 9693/week @ 2024-03-21

41,858 downloads per month
Used in 35 crates (7 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

~21KB