This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new 28e6e7d Add link to Rust examples (#185)
28e6e7d is described below
commit 28e6e7d48bcb95d1d4004727feb5610f88422fee
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jul 6 15:22:56 2022 -0400
Add link to Rust examples (#185)
---
build/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/build/index.html b/build/index.html
index ca4a15e..eb98841 100644
--- a/build/index.html
+++ b/build/index.html
@@ -42,6 +42,7 @@
<li><a href="java/index.html">Java Cookbook</a></li>
<li><a href="py/index.html">Python Cookbook</a></li>
<li><a href="r/index.html">R Cookbook</a></li>
+ <li><a
href="https://github.com/apache/arrow-rs/tree/master/arrow/examples">Rust
Examples</a></li>
</ul>
<p>If you are looking for the Apache Arrow Documentation itself
or the API reference, those are available at