chore: check InsufficientData before index access (#24)

Signed-off-by: tison <wander4096@gmail.com>
3 files changed
tree: d99c5499a35bfb999852b980e41247416d7d3d79
  1. .github/
  2. examples/
  3. src/
  4. tests/
  5. .asf.yaml
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. Cargo.lock
  10. Cargo.toml
  11. CONTRIBUTING.md
  12. LICENSE
  13. licenserc.toml
  14. NOTICE
  15. README.md
  16. rust-toolchain.toml
  17. rustfmt.toml
  18. taplo.toml
  19. typos.toml
README.md

Apache® DataSketches™ Core Rust Library Component

[!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.