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

#51 in Build Utils

Download history 10739/week @ 2024-01-10 11767/week @ 2024-01-17 10936/week @ 2024-01-24 11531/week @ 2024-01-31 11191/week @ 2024-02-07 9256/week @ 2024-02-14 9263/week @ 2024-02-21 10289/week @ 2024-02-28 9070/week @ 2024-03-06 10320/week @ 2024-03-13 12127/week @ 2024-03-20 10292/week @ 2024-03-27 10736/week @ 2024-04-03 11539/week @ 2024-04-10 10649/week @ 2024-04-17 8797/week @ 2024-04-24

43,614 downloads per month
Used in 38 crates (8 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