This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from d9d6cfc fix: Ignore negative statistics value (#173)
add be65c89 feat: Add user guide for website. (#178)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 2 +-
crates/{test_utils => examples}/Cargo.toml | 17 ++++---
{website => crates/examples}/README.md | 23 +--------
crates/examples/src/rest_catalog_namespace.rs | 53 +++++++++++++++++++++
crates/examples/src/rest_catalog_table.rs | 68 +++++++++++++++++++++++++++
website/src/SUMMARY.md | 1 +
website/src/api.md | 59 +++++++++++++++++++++++
7 files changed, 195 insertions(+), 28 deletions(-)
copy crates/{test_utils => examples}/Cargo.toml (76%)
copy {website => crates/examples}/README.md (82%)
create mode 100644 crates/examples/src/rest_catalog_namespace.rs
create mode 100644 crates/examples/src/rest_catalog_table.rs
create mode 100644 website/src/api.md