diff --git a/templates/rust-shuttle/README.md b/templates/rust-shuttle/README.md new file mode 100644 index 00000000..8447ac80 --- /dev/null +++ b/templates/rust-shuttle/README.md @@ -0,0 +1,5 @@ +# Hello world - Rust/Shuttle.rs example + +Sample project configuration of a Restate service using Rust and [shuttle.rs](https://www.shuttle.dev/). + +Have a look at the [Rust Quickstart guide](https://docs.restate.dev/get_started/quickstart?sdk=rust) for more information on how to use this project. \ No newline at end of file diff --git a/templates/rust/README.md b/templates/rust/README.md new file mode 100644 index 00000000..06283a6f --- /dev/null +++ b/templates/rust/README.md @@ -0,0 +1,5 @@ +# Hello world - Rust example + +Sample project configuration of a Restate service using Rust. + +Have a look at the [Rust Quickstart guide](https://docs.restate.dev/get_started/quickstart?sdk=rust) for more information on how to use this project. \ No newline at end of file