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
47,169 downloads per month
Used in 53 crates
(12 directly)
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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