accountable-refcell
accountable-refcell copied to clipboard
Unmangled identifiers?
If I'm not mistaken, it's possible to unmangle borrow identifiers using https://lib.rs/crates/symbolic-demangle.
Now that https://github.com/rust-lang/rust/pull/82271 exists, I doubt I will be making any further changes to this crate.
Oh, I didn't knew about that! Thank you for pointing it out.
Still, I think it would be a good idea to drop a few lines in the README that the project is discontinued and encourage people to use standard features.
P.S.: Since core does not support backtraces yet, in some cases your library still can be useful.