Skip to content
Merged
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
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Temporal is a [durable execution system](https://youtu.be/W0Ygep6iCJY?t=609). It
- [Libraries](#libraries-7)
- [Tutorials](#tutorials-6)
- [Blog posts](#blog-posts-7)
- [Rust](#rust)
- [Clojure](#clojure)
- [Elixir](#elixir)
- [Erlang](#erlang)
Expand Down Expand Up @@ -379,6 +380,12 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se

### Blog posts

## Rust

- [Rust SDK](https://github.com/temporalio/sdk-rust) - Currently in Public Preview.
- [`temporalio-sdk` crate](https://crates.io/crates/temporalio-sdk)
- [Rust SDK API reference](https://docs.rs/temporalio-sdk)

## Clojure

- [Clojure SDK](https://github.com/manetu/temporal-clojure-sdk)
Expand Down