Package: cbindgen Version: 0.15.0-0~obs Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 4831 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 4.2) Filename: ./amd64/cbindgen_0.15.0-0~obs_amd64.deb Size: 1279332 MD5sum: 0938c016612fdf70a8afc48b0d3c5173 SHA1: 4c9020020ff9db1ef5b12b39de10e956e8643eff SHA256: f4d2c62c83abea075bd5a046e0a9e8347c01fba3d44f30dc1e8f14193210da0a 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