Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rust-bindgen0.59-devel-0.59.2-5.fc40 RPM for noarch

From Fedora Rawhide for x86_64 / r

Name: rust-bindgen0.59-devel Distribution: Fedora Project
Version: 0.59.2 Vendor: Fedora Project
Release: 5.fc40 Build date: Fri Jan 26 19:28:16 2024
Group: Unspecified Build host: buildvm-x86-10.iad2.fedoraproject.org
Size: 944934 Source RPM: rust-bindgen0.59-0.59.2-5.fc40.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/bindgen
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
Automatically generates Rust FFI bindings to C and C++ libraries.

This package contains library source intended for building other packages which
use the "bindgen" crate.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.59.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.59.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jan 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.59.2-3
  - Stop removing the "runtime" feature from the default feature set
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.59.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 25 2022 Fabio Valentini <decathorpe@gmail.com> - 0.59.2-1
  - Initial import (bindgen 0.59 compat package)

Files

/usr/share/cargo/registry/bindgen-0.59.2
/usr/share/cargo/registry/bindgen-0.59.2/.cargo-checksum.json
/usr/share/cargo/registry/bindgen-0.59.2/Cargo.toml
/usr/share/cargo/registry/bindgen-0.59.2/LICENSE
/usr/share/cargo/registry/bindgen-0.59.2/README.md
/usr/share/cargo/registry/bindgen-0.59.2/build.rs
/usr/share/cargo/registry/bindgen-0.59.2/csmith-fuzzing
/usr/share/cargo/registry/bindgen-0.59.2/csmith-fuzzing/README.md
/usr/share/cargo/registry/bindgen-0.59.2/src
/usr/share/cargo/registry/bindgen-0.59.2/src/callbacks.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/clang.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/bitfield_unit.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/bitfield_unit_tests.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/dyngen.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/error.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/helpers.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/impl_debug.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/impl_partialeq.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/mod.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/codegen/struct_layout.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/deps.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/extra_assertions.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/features.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/derive.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/has_destructor.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/has_float.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/has_type_param_in_array.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/has_vtable.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/mod.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/sizedness.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/analysis/template_params.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/annotations.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/comment.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/comp.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/context.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/derive.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/dot.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/enum_ty.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/function.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/int.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/item.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/item_kind.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/layout.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/mod.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/module.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/objc.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/template.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/traversal.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/ty.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/ir/var.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/lib.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/log_stubs.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/main.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/options.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/parse.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/regex_set.rs
/usr/share/cargo/registry/bindgen-0.59.2/src/time.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 28 00:05:38 2024