rust-rustfilt 0.2.1-1ubuntu0.22.04.1 source package in Ubuntu

Changelog

rust-rustfilt (0.2.1-1ubuntu0.22.04.1) jammy-security; urgency=medium

  * No change rebuild due to update in rust-regex

 -- David Fernandez Gonzalez <email address hidden>  Thu, 18 Aug 2022 10:42:07 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy security universe misc

Downloads

File Size SHA-256 Checksum
rust-rustfilt_0.2.1.orig.tar.gz 8.8 KiB c8d748b182c8f95224336d20dcc5609598af612581ce60cfb29da4dc8d0091f2
rust-rustfilt_0.2.1-1ubuntu0.22.04.1.debian.tar.xz 2.3 KiB 7eeb91270ebded1b6b7a0a521f8f5277ab68f91e81f49cd87acb075c4e3b7ac1
rust-rustfilt_0.2.1-1ubuntu0.22.04.1.dsc 2.2 KiB 584bd89496f16e20b06b32591ffd1970b4d6fb2ca60e116c71da86c3e5c4079d

View changes file

Binary packages built by this source

rustfilt: Demangle Rust symbol names using rustc-demangle

 rustfilt works similarly to c++filt, in that it accepts mangled symbol names as
 command line arguments, and if none are provided it accepts mangled symbols
 from stdin. Demangled symbols are written to stdout.

rustfilt-dbgsym: debug symbols for rustfilt