Package: cbindgen Version: 0.24.3-0~obs Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 4967 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: ./amd64/cbindgen_0.24.3-0~obs_amd64.deb Size: 1434388 MD5sum: fbf222e05d1b34e7aaafeccfa0f4d882 SHA1: f21f747cc498ae24f98c7599fe17618edbb6328d SHA256: 05fe0af11e6837528f03dfc9055a455319c77dc84fdefde53ccfa91502454e3c Section: utils Priority: optional Multi-Arch: allowed Description: 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