코딩Coding/Rust용어
Rust용어]ABI, Application Binary Interface (ABI)
내인생PLUS
2022. 5. 17. 01:12
728x90
https://doc.rust-lang.org/reference/abi.html
Application Binary Interface - The Rust Reference
This section documents features that affect the ABI of the compiled output of a crate. See extern functions for information on specifying the ABI for exporting functions. See external blocks for information on specifying the ABI for linking external librar
doc.rust-lang.org
반응형