Skip to content

Commit ba38468

Browse files
authored
Update README.md
1 parent d5a8679 commit ba38468

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Viam Rust Utils
22
Utilities built in rust with use in various Viam SDKs and beyond
33

4-
## (In)stability Notice
5-
6-
> **Warning**
7-
> This is a beta release of the Viam Rust SDK. Stability is not guaranteed. Breaking changes are likely to occur, and occur often.
8-
9-
104
## Prerequisites
115

126
### Installing Rust for Mac and Unix-Like
@@ -23,7 +17,7 @@ Next run the following command `curl --proto '=https' --tlsv1.2 -sSf https://sh.
2317
- `examples` A list of examples
2418

2519
## Getting Started
26-
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).
20+
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).
2721
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)
2822

2923
### Echo Streaming Example

0 commit comments

Comments
 (0)