ZENOTME commented on code in PR #59: URL: https://github.com/apache/datasketches-rust/pull/59#discussion_r2662110444
########## datasketches/src/lib.rs: ########## @@ -38,8 +38,11 @@ pub mod hll; pub mod tdigest; pub mod theta; +mod binomial_bounds; mod codec; mod hash; +pub mod num_std_dev; Review Comment: I remove it later -- 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]
