Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Major components of the project include:
- [R libraries](https://github.com/apache/arrow/tree/main/r)
- [Ruby libraries](https://github.com/apache/arrow/tree/main/ruby)
- [Rust libraries](https://github.com/apache/arrow-rs) `↗`
- [Swift libraries](https://github.com/apache/arrow-swift) `↗`

The `↗` icon denotes that this component of the project is maintained in a separate
repository.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ documentation and source code for these libraries.
- `Rust Docs <https://docs.rs/arrow/latest>`_ :fa:`external-link-alt`
- `Rust Source <https://github.com/apache/arrow-rs>`_
* - Swift
- `Swift Docs <https://github.com/apache/arrow/blob/main/swift/Arrow/README.md>`_ :fa:`external-link-alt`
- `Swift Source <https://github.com/apache/arrow/tree/main/swift>`_
- `Swift Docs <https://github.com/apache/arrow-swift/blob/main/Arrow/README.md>`_ :fa:`external-link-alt`
- `Swift Source <https://github.com/apache/arrow-swift>`_

In addition to the libraries listed above, the Arrow project hosts the
**nanoarrow** subproject which provides a set of lightweight libraries
Expand Down Expand Up @@ -121,6 +121,6 @@ The source files for the Cookbook are maintained in the
R <https://arrow.apache.org/docs/r>
Ruby <https://github.com/apache/arrow/blob/main/ruby/README.md>
Rust <https://docs.rs/crate/arrow/>
Swift <https://github.com/apache/arrow/blob/main/swift/Arrow/README.md>
Swift <https://github.com/apache/arrow-swift/blob/main/Arrow/README.md>
nanoarrow <https://arrow.apache.org/nanoarrow/>
Implementation Status <status>