ci: install cargo-about CLI on Intel macOS (#605)
2 files changed
tree: 584b978ae26a54eb2a989e8cde86c3e3358a84a1
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. benchmarks/
  5. bindings/
  6. crates/
  7. dev/
  8. docs/
  9. scripts/
  10. third-party-licenses/
  11. .asf.yaml
  12. .gitattributes
  13. .gitignore
  14. .licenserc.yaml
  15. about.hbs
  16. about.toml
  17. Cargo.lock
  18. Cargo.toml
  19. CONTRIBUTING.md
  20. copyright.txt
  21. deny.toml
  22. DEPENDENCIES.rust.tsv
  23. LICENSE
  24. Makefile
  25. NOTICE
  26. README.md
  27. rust-toolchain.toml
  28. rustfmt.toml
README.md

Apache Paimon Rust   Build Status Latest Version

The rust implementation of Apache Paimon.

Issue Tracker

See GitHub Issues

Contributing

Apache Paimon Rust is an exciting project currently under active development. Whether you're looking to use it in your projects or contribute to its growth, there are several ways you can get involved:

Documentation

The project documentation is built with MkDocs. See docs/README.md for details.

pip3 install mkdocs-material
cd docs && mkdocs serve

Getting help

Submit issues for bug report or asking questions in discussion.

License

Licensed under Apache License, Version 2.0.