22 releases
| 0.3.1 | Sep 18, 2025 |
|---|---|
| 0.3.0 | Jan 23, 2024 |
| 0.2.5 | Apr 20, 2023 |
| 0.2.4 | Jan 29, 2022 |
| 0.0.3 | Oct 25, 2015 |
#87 in Build Utils
267,757 downloads per month
Used in 76 crates
(14 directly)
21KB
408 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
~53–310KB