rust-cbindgen 0.24.3-2 source package in Ubuntu

Changelog

rust-cbindgen (0.24.3-2) unstable; urgency=medium

  * Team upload.
  * Package cbindgen 0.24.3 from crates.io using debcargo 2.6.0
  * Relax dev-dependency on serial-test.

 -- Peter Michael Green <email address hidden>  Thu, 17 Nov 2022 20:11:36 +0000

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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rust-cbindgen_0.24.3-2.dsc 3.0 KiB 88eccb1acec8df807687008d1abbeb3462c27421ee25e569b33f5e5bfee4f178
rust-cbindgen_0.24.3.orig.tar.gz 130.7 KiB 9fffca8a8ab40701232f6f91e3a1aaf4e6ff42e58d7c657dacdf406588691e32
rust-cbindgen_0.24.3-2.debian.tar.xz 5.1 KiB 5afc573616e07e70ba992669a478fdfe5b141493003f2d6b578bf894aeb74e6d

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.