diff --git a/docs/api/index.md b/docs/api/index.md index f5b9ff1a69510..1ce1bbb681e3b 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -16,4 +16,5 @@ redirect_from: /docs/reference/api | [Objective-C Docs](objectivec/index.html){: .btn target="_blank"} | | [JavaScript API Docs](js/index.html){: .btn target="_blank"} | | [Ruby API (Community)](https://github.com/ankane/onnxruntime-ruby){: .btn target="_blank"} | -| [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} | \ No newline at end of file +| [Julia API (Community)](https://github.com/jw3126/ONNXRunTime.jl){: .btn target="_blank"} | +| [Rust API (Community)](https://github.com/pykeio/ort){: .btn target="_blank"} | diff --git a/docs/get-started/community-projects.md b/docs/get-started/community-projects.md index 5396c398fa963..4eaa56897c973 100644 --- a/docs/get-started/community-projects.md +++ b/docs/get-started/community-projects.md @@ -1,6 +1,6 @@ --- -title: Julia and Ruby APIs -description: Get started with APIs for Julia and Ruby developed by our community +title: Julia, Ruby and Rust APIs +description: Get started with APIs for Julia, Ruby and Rust developed by our community parent: Get Started nav_order: 8 has_toc: false @@ -10,3 +10,4 @@ has_toc: false * [Julia](https://github.com/jw3126/ONNXRunTime.jl) (external project) * [Ruby](https://github.com/ankane/onnxruntime) (external project) +* [Rust](https://github.com/pykeio/ort) (external project)