[ 源代码: rust-cbindgen ]
软件包:cbindgen(0.27.0-1 以及其他的)
cbindgen 的相关链接
Debian 的资源:
下载源码包 rust-cbindgen:
- [rust-cbindgen_0.27.0-1.dsc]
- [rust-cbindgen_0.27.0.orig.tar.gz]
- [rust-cbindgen_0.27.0-1.debian.tar.xz]
维护小组:
相似软件包:
Generates C bindings from Rust code
cbindgen can be used to generate C bindings for Rust code. It is currently being developed to support creating bindings for WebRender (by Mozilla for Firefox), but has been designed to support any project.
Features:
* Builds bindings for a crate, its mods, its dependent crates, and their mods * Only the necessary types for exposed functions are given bindings * Can specify annotations for controlling some aspects of binding * Support for generic structs and unions * Support for exporting constants and statics * Customizable formatting, can be used in C or C++ projects * Support for generating #ifdef's for #[cfg] attributes * Support for #[repr(sized)] tagged enum's
其他与 cbindgen 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.39)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 4.3)
- GCC 支持库