readme: Add Rust client library

I created a client library in Rust to remote control OBS with
obs-websocket. Adding my library to the list of available
language APIs.
This commit is contained in:
Dominik Nakamura 2021-01-07 21:58:29 +09:00
parent 7ae016bd3b
commit 3d704702ba
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

View File

@ -45,6 +45,7 @@ Here's a list of available language APIs for obs-websocket :
- Golang: [go-obs-websocket](https://github.com/christopher-dG/go-obs-websocket) by Chris de Graaf
- HTTP API: [obs-websocket-http](https://github.com/IRLToolkit/obs-websocket-http) by tt2468
- CLI: [obs-cli](https://github.com/leafac/obs-cli) by leafac
- Rust: [obws](https://github.com/dnaka91/obws) by dnaka91
I'd like to know what you're building with or for obs-websocket. If you do something in this fashion, feel free to drop a message in `#project-showoff` in the [discord server!](https://discord.gg/WBaSQ3A)