tisonkun opened a new issue, #176: URL: https://github.com/apache/datasketches-rust/issues/176
This issue supersedes https://github.com/apache/datasketches-rust/issues/10 to squash the historical discussion. Currently, the C++/Go/Java implementations of DataSketches provide snapshot generators for sketches' serialization data. You can check the following scripts for how their snapshots get generated: * https://github.com/apache/datasketches-tck/blob/d363b12d/serialization/cpp/generator.py * https://github.com/apache/datasketches-tck/blob/d363b12d/serialization/go/generator.py * https://github.com/apache/datasketches-tck/blob/d363b12d/serialization/java/generator.py We may provide a binary in datasketches-rust as well to generate snapshots for supported sketches' serialization data. I can imagine it as a local workspace member depending on `datasketches` and we will have a `cargo x` task to invoke the generator for automation. Or else, being part of the `serde_tests` but write the Rust sketch's serialization data to a specific location. -- 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]
