-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Right now, rustc-demangle-capi
only exists as a subdirectory of this repository. In Android, we've been using crates.io as our primary source of third party packages, and it would be nice for rustc-demangle
to not be an exception.
I could upload it myself, but I figured that Crichton should probably own the package.
For other users, making this crate available would also make it easier to pull into their builds, whether through a rules_rust
style build in Bazel or by invoking cargo
to build the .a
or .so
they need from crates.io or a cargo vendor directory. It also makes sense given rust-lang/rfcs#3028 which makes these possibly useful artifacts to a Cargo build.
Metadata
Metadata
Assignees
Labels
No labels