Here is a good candidate for packaging: https://crates.io/crates/rustfilt
It's like c++filt, but fully understands Rust's mangling scheme, so it should be useful to have packaged, at least for Rust developers.
It only has one crate dependency, rustc-demangle, which has no further dependencies, so it should be easy. Two srpms, and we'll have our first complete demonstration of crate packaging!
On Thu, 2017-02-09 at 18:31 -0800, Josh Stone wrote:
Here is a good candidate for packaging: https://crates.io/crates/rustfilt
It's like c++filt, but fully understands Rust's mangling scheme, so it should be useful to have packaged, at least for Rust developers.
It only has one crate dependency, rustc-demangle, which has no further dependencies, so it should be easy. Two srpms, and we'll have our first complete demonstration of crate packaging!
Thanks for the idea!
http://copr-dist-git.fedorainfracloud.org/cgit/@rust/playground/rust-rustc-d... le.git/tree/rust-rustc-demangle.spec?h=f26 http://copr-dist-git.fedorainfracloud.org/cgit/@rust/playground/rustfilt.git... /rustfilt.spec?h=f26
$ sudo dnf -y copr enable @rust/playground $ sudo dnf -y install rustfilt
Seems like we're progressing :)
Rust mailing list -- rust@lists.fedoraproject.org To unsubscribe send an email to rust-leave@lists.fedoraproject.org