Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: rust-lang/rust-bindgen

v0.71.1

09 Dec 15:24
v0.71.1
This tag was signed with the committer’sverified signature.
pvdrz Christian Poveda Ruiz
GPG key ID:27525EF5E7420A50
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

We are happy to announce a new release of bindgen 🎉

Changelog

Fixed

  • Fix--version and--generate-shell-completions (#3040)

Upgradebindgen

Upgrade to this release by updating yourCargo.toml:

bindgen ="0.71.1"

Installbindgen-cli

Install prebuild binaries usingcargo binstall

Just run

cargo binstall bindgen-cli

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.1/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.71.1

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum

Compile and install binaries from source

Just run

cargo install bindgen-cli

Friends

Thanks to everyone who contributed to this release!

  • Christian Poveda
  • Jan Alexander Steffens (heftig)

Contributing

Want to join us? Check out ourCONTRIBUTING.md and take a look
at some of these issues:

Want to help improve our documentation?Check out the issues labeled "docs".

Found a bug withbindgen?File an issue here.

Assets12
Loading
justsmth and rami3l reacted with heart emoji
2 people reacted

v0.71.0

09 Dec 14:49
v0.71.0
This tag was signed with the committer’sverified signature.
pvdrz Christian Poveda Ruiz
GPG key ID:27525EF5E7420A50
Verified
Learn about vigilant mode.
93c5b8b
This commit was signed with the committer’sverified signature.
pvdrz Christian Poveda Ruiz
GPG key ID:27525EF5E7420A50
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

We are happy to announce a new release of bindgen 🎉

Changelog

Added

  • Add theParseCallbacks::new_item_found callback to expose the original and final name of structs, unions and enums (#2658).
  • Add thefield_type_name field toFieldInfo to expose the name of the type of a field (#2863)
  • Add support for custom attributes with the--with-attribute-custom flag (#2866)
  • Allow setting--rust-target to any Rust version supported by bindgen (#2993)
  • Use c-string literals if the--generate-cstr flag is used for Rust targets after 1.77 under the 2021 edition (#2996)
  • Add the--rust-edition flag which allows to select which Rust edition to target. (#3002,#3013)
  • Useunsafe extern instead ofextern in blocks for any Rust target after 1.82. (#3015)

Changed

  • The--wrap-static-fns related options no longer require the experimental feature or flag (#2928)
  • Use theDisplay implementation instead of theDebug one forBindgenError inbindgen-cli (#3005)

Removed

  • Dropped support for any Clang versions strictly lower than 9.0 (#2932)
  • Dropped support for any Rust version strictly lower than 1.33 (#2993)

Fixed

  • Represent opaque types in a FFI-safe way (#2880)
  • Use the underlying type of any atomic type instead of panicking (#2920)
  • Use the right characters for newlines on windows (#2923)
  • Inlined namespaces are properly recognized now (#2950)
  • Unsafe calls tolibloading are now wrapped inunsafe blocks when using dynamic loading (#2961)
  • TheParseCallbacks::field_visibility callback is now called for newtypes as well (#2967)
  • Gate the use of theaddr_of andaddr_of_mut macros under the 1.51 rust version (#2988)

Upgradebindgen

Upgrade to this release by updating yourCargo.toml:

bindgen ="0.71.0"

Installbindgen-cli

Install prebuild binaries usingcargo binstall

Just run

cargo binstall bindgen-cli

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.71.0/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.71.0

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum

Compile and install binaries from source

Just run

cargo install bindgen-cli

Friends

Thanks to everyone who contributed to this release!

  • Brian Ward
  • Christiaan Biesterbosch
  • Christian Poveda
  • David Tolnay
  • Emilio Cobos Álvarez
  • Enes
  • George Bateman
  • John Baublitz
  • Jonathan Schwender
  • Jubilee Young
  • Martin Kröning
  • Maxence Younsi
  • Miguel Ojeda
  • Mossa
  • myyrakle
  • Nik Konyuchenko
  • Valentin
  • Yuri Astrakhan
  • Zhang Jingqiang

Contributing

Want to join us? Check out ourCONTRIBUTING.md and take a look
at some of these issues:

Want to help improve our documentation?Check out the issues labeled "docs".

Found a bug withbindgen?File an issue here.

Loading
ptrca and barakugav reacted with hooray emoji
2 people reacted

v0.69.5

08 Oct 16:41
ddd00d4
This commit was signed with the committer’sverified signature.
pvdrz Christian Poveda Ruiz
GPG key ID:27525EF5E7420A50
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.69.5

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.5/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.69.5

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum
Loading
leynier and quixoticaxis reacted with rocket emoji
2 people reacted

v0.70.1

20 Aug 21:32
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.70.1

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.70.1/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.70.1

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum
Loading
leynier and irfanghat reacted with rocket emoji
2 people reacted

v0.70.0

16 Aug 23:01
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.70.0

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.70.0/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.70.0

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum
Loading
Bardock88 reacted with thumbs up emojileynier, jinghao-jia, jschwe, and irfanghat reacted with rocket emoji
5 people reacted

v0.69.4

04 Feb 12:54
62859b2
This commit was signed with the committer’sverified signature.
emilio Emilio Cobos Álvarez
GPG key ID:E1152D0994E4BF8A
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.69.4

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.4/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.69.4

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzmacOS Apple Siliconchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzmacOS Intelchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzLinux x64checksum
Loading
huynhdev24 reacted with thumbs up emoji
1 person reacted

v0.69.3

04 Feb 11:52
918abdc
This commit was signed with the committer’sverified signature.
emilio Emilio Cobos Álvarez
GPG key ID:E1152D0994E4BF8A
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.69.3

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.3/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.69.3

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzmacOS Apple Siliconchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzmacOS Intelchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzLinux x64checksum
Loading

v0.69.2

13 Jan 00:15
2a22051
This commit was signed with the committer’sverified signature.
emilio Emilio Cobos Álvarez
GPG key ID:E1152D0994E4BF8A
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.69.2

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.2/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.69.2

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzmacOS Apple Siliconchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzmacOS Intelchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzLinux x64checksum
Loading
leynier, irfanghat, and kkonghao reacted with rocket emoji
3 people reacted

v0.69.1

02 Nov 17:52
f3f3d32
This commit was signed with the committer’sverified signature.
pvdrz Christian Poveda Ruiz
GPG key ID:3B422F347D81A9E8
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.69.1

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.1/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.69.1

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzmacOS Apple Siliconchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzmacOS Intelchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzLinux x64checksum
Loading
irfanghat reacted with thumbs up emojileynier and irfanghat reacted with rocket emoji
2 people reacted

v0.69.0

01 Nov 18:00
c73990c
This commit was signed with the committer’sverified signature.
pvdrz Christian Poveda Ruiz
GPG key ID:3B422F347D81A9E8
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Install bindgen-cli 0.69.0

Install prebuilt binaries via shell script

curl --proto'=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-installer.sh| sh

Download bindgen-cli 0.69.0

FilePlatformChecksum
bindgen-cli-aarch64-apple-darwin.tar.xzmacOS Apple Siliconchecksum
bindgen-cli-x86_64-apple-darwin.tar.xzmacOS Intelchecksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xzLinux x64checksum
Loading
tshepang, jinghao-jia, and irfanghat reacted with hooray emojileynier reacted with rocket emoji
4 people reacted
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp