ZENOTME opened a new pull request, #151: URL: https://github.com/apache/datasketches-rust/pull/151
## Summary - keep RawThetaSketchView crate-private while preserving the raw algorithm abstraction - add a transparent ThetaSketchView<V> that can only be created by supported sketches - expose the six read-only view methods and accept views in Theta union/intersection - add reference forwarding plus From conversions for mutable and compact Theta sketches ## Validation - cargo test -p datasketches --features theta - cargo clippy --workspace --all-features --all-targets -- -D warnings - RUSTDOCFLAGS="-D warnings" cargo doc -p datasketches --features theta --no-deps -- 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]
