freakyzoidberg opened a new issue, #27: URL: https://github.com/apache/datasketches-rust/issues/27
The library should be mindful that the input may not be valid for various reasons. We generally avoid relying in assert/panics/abort in the library. The Rust implementation should most likely favor Result<T, E> return instead of assert! -- 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]
