Description
I'm the maintainer of the hdrsample crate, a pure-Rust implementation of HdrHistogram. It's pretty close to feature complete now, and Gil Tene (@giltene; the original HdrHistogram author) wants to move it into the official HdrHistogram GitHub organization (HdrHistogram/HdrHistogram_rust#60).
When doing so, we'd also like to rename the crate to hdrhistogram to maintain consistency with the various other HdrHistogram implementations. However, that name is already taken by this crate. Given that it seems to no longer be maintained, we've been wondering whether we could convince you to give up the hdrhistogram crate name so we could replace it with the now-official Rust crate?
If you decide that's okay, you unfortunately can't currently delete or rename crates on crates.io (rust-lang/crates.io#166), but we should be able to just replace the crate in-place with the Rust version if you add me using cargo owner
: http://doc.crates.io/crates-io.html#cargo-owner
Let me know what you think!
Cheers,
Jon