An open API service indexing awesome lists of open source software.

https://github.com/fcannizzaro/stream-deck-rust-sdk

Unofficial Elgato Stream Deck SDK for Rust
https://github.com/fcannizzaro/stream-deck-rust-sdk

elgato-stream-deck rust sdk stream-deck

Last synced: about 1 year ago
JSON representation

Unofficial Elgato Stream Deck SDK for Rust

Awesome Lists containing this project

README

          

# stream-deck-rust-sdk
Unofficial Elgato Stream Deck SDK for Rust

> This is a work in progress project! (_also my first Rust project_)

# Features
- `default` contains the base functions
- `download` contains an utility function to download images using hyper
- `images` contains an utility function to convert images' bytes to a base64 string
- `logging` enables the debug logging

# Todo
- [ ] Add examples
- [ ] Add documentation
- [ ] Add tests
- [ ] Add CI
- [ ] Add more features
- [ ] Add badges

# Contributing
Feel free to open an issue or a pull request!

# License
MIT License (MIT) - [fcannizzaro](https://github.com/fcannizzaro)