Skip to content

Commit 1c8eac1

Browse files
alambmbrobbel
andauthored
docs: Add link to the Arrow implementation status page (#8732)
# Which issue does this PR close? # Rationale for this change Let's help users know what features are supported by this crate # What changes are included in this PR? Add a link to the arrow implementation status # Are these changes tested? If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? # Are there any user-facing changes? If there are user-facing changes then we may require documentation to be updated before approving the PR. If there are any breaking changes to public APIs, please call them out. --------- Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
1 parent d4b6183 commit 1c8eac1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arrow/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ There are several [examples](https://github.com/apache/arrow-rs/tree/main/arrow/
2929

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

32+
## Arrow Implementation Status
33+
34+
Please see the [Implementation Status Page] on the Apache Arrow website for which
35+
Arrow features are supported by this crate.
36+
37+
[Implementation Status Page]: https://arrow.apache.org/docs/status.html
38+
39+
3240
## Rust Version Compatibility
3341

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

0 commit comments

Comments
 (0)