rust-cbindgen 0.11.0-1 source package in Ubuntu

Changelog

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

  * Package cbindgen 0.11.0 from crates.io using debcargo 2.4.0

 -- Sylvestre Ledru <email address hidden>  Sun, 08 Dec 2019 11:10:24 +0100

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

Downloads

File Size SHA-256 Checksum
rust-cbindgen_0.11.0-1.dsc 2.6 KiB 9d28262df9e4bc8e05eb9f0cd62a47f0095d7b5af4e3f56c4796cd3bd7d38b9a
rust-cbindgen_0.11.0.orig.tar.gz 93.2 KiB 59305b4ef48f5e71b53569662679d051de7bd2496ec157d764a8d393657e7857
rust-cbindgen_0.11.0-1.debian.tar.xz 3.3 KiB 255ee7637f3e9177f02fa122c39ebb6bbc4b98ea58868ef556b81c17a01129d6

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
 .
 This package contains the following binaries built from the Rust crate
 "cbindgen":
  - cbindgen

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.