rust-cbindgen 0.9.1-1 source package in Ubuntu

Changelog

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

  * Package cbindgen 0.9.1 from crates.io using debcargo 2.4.0

 -- Sylvestre Ledru <email address hidden>  Wed, 02 Oct 2019 16:41:57 +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

Downloads

File Size SHA-256 Checksum
rust-cbindgen_0.9.1-1.dsc 2.6 KiB 1fbcd608b849b306292ae42b3dcf7af589a7d18c9cceec5de2a59e995fe1d2d4
rust-cbindgen_0.9.1.orig.tar.gz 88.3 KiB 48a041ef72f176110ecc943b231a35f72c69815ce84dc5ec58509e816bcb2aeb
rust-cbindgen_0.9.1-1.debian.tar.xz 3.2 KiB f0e6ba12ee413b88448daddc985c3cf4001b753c596bc8ea79c5bdd8e3e27080

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.