ci: Bootstrap basic Rust CI (#13)

* ci: Bootstrap basic Rust CI

Signed-off-by: tison <wander4096@gmail.com>

* Address comments

Signed-off-by: tison <wander4096@gmail.com>

* Simplify find MSRV logic

Signed-off-by: tison <wander4096@gmail.com>

---------

Signed-off-by: tison <wander4096@gmail.com>
16 files changed
tree: d16a209c27d6b438c6f6124d433aab981c732b22
  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.