rust-cbindgen 0.20.0-1 source package in Ubuntu

Changelog

rust-cbindgen (0.20.0-1) unstable; urgency=medium

  * Package cbindgen 0.20.0 from crates.io using debcargo 2.4.4-alpha.0

 -- Sylvestre Ledru <email address hidden>  Sun, 22 Aug 2021 14:26:42 +0200

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rust-cbindgen_0.20.0-1.dsc 2.8 KiB e254a9047e19a730b64d77354896503d2ef0e9f72b26d494182b535e9f939b9d
rust-cbindgen_0.20.0.orig.tar.gz 123.9 KiB b39d800c818c49686ac600899ebbb70b0fca4f120ef1a713689f9188c715745f
rust-cbindgen_0.20.0-1.debian.tar.xz 4.9 KiB 2a07e080b58036472e58b470527a7298babc1d49c8f10c238d72ba1669f4a13a

Available diffs

No changes file available.

Binary packages built by this source

cbindgen: 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-dbgsym: debug symbols for cbindgen
librust-cbindgen+clap-dev: Generating C bindings to Rust code - feature "clap" and 1 more

 This metapackage enables feature "clap" for the Rust cbindgen crate, by pulling
 in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "default" feature.

librust-cbindgen-dev: Generating C bindings to Rust code - Rust source code

 This package contains the source for the Rust cbindgen crate, packaged by
 debcargo for use with cargo and dh-cargo.