Crates.io | extern_attrib |
lib.rs | extern_attrib |
version | 0.2.0 |
source | src |
created_at | 2017-05-20 20:17:11.849315 |
updated_at | 2017-05-21 11:00:30.64425 |
description | Rust automatic ABI attribute macro: #[extern_auto] |
homepage | |
repository | https://github.com/anderejd/extern_attrib |
max_upload_size | |
id | 15399 |
size | 6,063 |
Rust automatic ABI attribute macro: #[extern_auto]
The purpose of this library is to replace or insert the ABI name at compile time for functions. This is useful for hiding the calling convention for FFI callbacks while avoiding code duplication.