Skip to content

Commit dc50999

Browse files
authored
(docs) Added Rust API url (#26242)
### Description Added https://github.com/pykeio/ort/ as a Rust API (Community) to the docs ### Motivation So it shows up here: https://onnxruntime.ai/docs/api/ and here: https://onnxruntime.ai/docs/get-started/community-projects
1 parent c4231cb commit dc50999

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/api/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ redirect_from: /docs/reference/api
1616
| <span class="fs-5"> [Objective-C Docs](objectivec/index.html){: .btn target="_blank"} </span> |
1717
| <span class="fs-5"> [JavaScript API Docs](js/index.html){: .btn target="_blank"} </span>|
1818
| <span class="fs-5"> [Ruby API (Community)](https://github.com/ankane/onnxruntime-ruby){: .btn target="_blank"} </span>|
19-
| <span class="fs-5"> [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} </span>|
19+
| <span class="fs-5"> [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} </span>|
20+
| <span class="fs-5"> [Rust API (Community)](https://github.com/pykeio/ort){: .btn target="_blank"} </span>|
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Julia and Ruby APIs
3-
description: Get started with APIs for Julia and Ruby developed by our community
2+
title: Julia, Ruby and Rust APIs
3+
description: Get started with APIs for Julia, Ruby and Rust developed by our community
44
parent: Get Started
55
nav_order: 8
66
has_toc: false
@@ -10,3 +10,4 @@ has_toc: false
1010

1111
* [Julia](https://github.com/jw3126/ONNXRunTime.jl) (external project)
1212
* [Ruby](https://github.com/ankane/onnxruntime) (external project)
13+
* [Rust](https://github.com/pykeio/ort) (external project)

0 commit comments

Comments
 (0)