notfilippo opened a new issue, #55: URL: https://github.com/apache/datasketches-rust/issues/55
Currently only some sketches (e.g. [bloom](https://github.com/apache/datasketches-rust/blob/819f563c29cfd139a0a69be052591a5aa3368e4d/datasketches/src/bloom/sketch.rs#L63-L72)) expose rustdoc examples. We should update most public API to have examples to make the generated documentation interactive, easy to digest and LLM-friendly. We can split this issue into separate tasks for each sketch if necessary but a good pass of the current public API should be doable in a single PR. -- 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]
