Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ There are several [examples](https://github.com/apache/arrow-rs/tree/main/arrow/

The API documentation for most recent, unreleased code is available [here](https://arrow.apache.org/rust/arrow/index.html).

## Arrow Implementation Status

Please see the [Implementation Status Page] on the Apache Arrow website for which
Arrow features are supported by this crate.

[Implementation Status Page]: https://arrow.apache.org/docs/status.html


## Rust Version Compatibility

This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions.
Expand Down
Loading