rust-cbindgen 0.26.0-3 source package in Ubuntu

Changelog

rust-cbindgen (0.26.0-3) unstable; urgency=medium

  * Team upload.
  * Package cbindgen 0.26.0 from crates.io using debcargo 2.6.1
  * Relax depenency on indexmap.

 -- Peter Michael Green <email address hidden>  Sun, 11 Feb 2024 02:08:44 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-cbindgen_0.26.0-3.dsc 3.0 KiB b44eec73e2c4cb685e1a5c340b0bd267d5493c8f7aff97607d116e271ca4a5e2
rust-cbindgen_0.26.0.orig.tar.gz 138.0 KiB 52584d17a558e637fa952227d736d741b92a573aee1fd0a96cb5fb986cbf74f7
rust-cbindgen_0.26.0-3.debian.tar.xz 5.1 KiB b1d9b8e294776856d085fe0d90e393f037be2d6cef78b112656d5a63a30eadae

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

 Source code for Debianized Rust crate "cbindgen"