feat: support cpcsketch serde (#84)

Signed-off-by: tison <wander4096@gmail.com>
13 files changed
tree: 775264671d9e72a001348fd7ae0ebb152f1ff3c6
  1. .cargo/
  2. .github/
  3. datasketches/
  4. examples/
  5. tools/
  6. xtask/
  7. .asf.yaml
  8. .editorconfig
  9. .gitattributes
  10. .gitignore
  11. Cargo.lock
  12. Cargo.toml
  13. CHANGELOG.md
  14. CONTRIBUTING.md
  15. LICENSE
  16. licenserc.toml
  17. NOTICE
  18. README.md
  19. RELEASE.md
  20. rust-toolchain.toml
  21. rustfmt.toml
  22. taplo.toml
  23. typos.toml
README.md

Apache® DataSketches™ Core Rust Library Component

Crates.io Documentation MSRV 1.85.0 Apache 2.0 licensed Build Status

[!WARNING]

This repository is under early development. Use it with caution!

This is the core Rust component of the DataSketches library. It contains a subset of the sketching algorithms and can be accessed directly from user applications.

Note that we have parallel core library components for Java, C++, Python, and Go implementations of many of the same sketch algorithms:

Please visit the main DataSketches website for more information.

If you are interested in making contributions to this site, please see our Community page for how to contact us.