tisonkun commented on issue #22:
URL:
https://github.com/apache/datasketches-rust/issues/22#issuecomment-3658358215
> is called "sketch.rs"
This is an internal naming. The final user-facing API is (you can test it by
cloning this repo and run `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc
--all-features --no-deps --open`):
* Structs
* `hll::HllSketch`
* Enums
* `error::SerdeError`
* `hll::HllType`
* `hll::NumStdDev`
I'm reading the Java Release Note to understand what is expected finally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]