rust-rustfilt 0.2.1-2 source package in Ubuntu

Changelog

rust-rustfilt (0.2.1-2) unstable; urgency=medium

  * Package rustfilt 0.2.1 from crates.io using debcargo 2.6.0

 -- Sylvestre Ledru <email address hidden>  Sun, 09 Jul 2023 12:47:08 +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
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
rust-rustfilt_0.2.1-2.dsc 2.2 KiB e8f5807154b950ed960ad353689c7ce58facd8c1fc21f1418300b896d91656e5
rust-rustfilt_0.2.1.orig.tar.gz 8.8 KiB c8d748b182c8f95224336d20dcc5609598af612581ce60cfb29da4dc8d0091f2
rust-rustfilt_0.2.1-2.debian.tar.xz 2.2 KiB fbcdb4cb6dfaf7513d980ac15471051a341c52e108381ab1c6054e5f7a12ef02

No changes file available.

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