From ba38468ffbc4c37c5f7e5e0c15d3203c224991ef Mon Sep 17 00:00:00 2001 From: Ethan Date: Fri, 14 Oct 2022 15:26:22 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d5c596..c107cd1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ # Viam Rust Utils Utilities built in rust with use in various Viam SDKs and beyond -## (In)stability Notice - -> **Warning** -> This is a beta release of the Viam Rust SDK. Stability is not guaranteed. Breaking changes are likely to occur, and occur often. - - ## Prerequisites ### Installing Rust for Mac and Unix-Like @@ -23,7 +17,7 @@ Next run the following command `curl --proto '=https' --tlsv1.2 -sSf https://sh. - `examples` A list of examples ## Getting Started -The logic in this library is meant for use with Viam's SDKs - Rust and otherwise - rather than as a standalone product. To learn more about using the logic contained here, see the [rust-sdk](https://www.github.com/viamrobots/viam-rust-sdk) or [python-sdk](https://www.github.com/viamrobots/viam-python-sdk). +The logic in this library is meant for use with Viam's SDKs - Rust and otherwise - rather than as a standalone product. To learn more about using the logic contained here, see the [rust-sdk](https://www.github.com/viamrobotics/viam-rust-sdk) or [python-sdk](https://www.github.com/viamrobotics/viam-python-sdk). If you would like to verify that this code works, you can run one of the examples by navigation to the examples folder and run `cargo run --bin test-echo` (you will need to provide your own robot's credentials to do so, or see instructions below) ### Echo Streaming Example