3 releases

0.1.2 May 14, 2022
0.1.1 Jan 19, 2022
0.1.0 Jan 6, 2022

#17 in #rgb-led

Download history 46/week @ 2025-08-26 67/week @ 2025-09-02 61/week @ 2025-09-09 70/week @ 2025-09-16 58/week @ 2025-09-23 44/week @ 2025-09-30 32/week @ 2025-10-07 48/week @ 2025-10-14 60/week @ 2025-10-21 39/week @ 2025-10-28 39/week @ 2025-11-04 27/week @ 2025-11-11 33/week @ 2025-11-18 37/week @ 2025-11-25 30/week @ 2025-12-02 20/week @ 2025-12-09

122 downloads per month
Used in 2 crates

GPL-2.0 license

96KB
2K SLoC

Client library for OpenRGB SDK server.

This client is async and requires a tokio runtime to run.

Example

use openrgb::OpenRGB;
use std::error::Error;

#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {

    // connect to default server at localhost
    let client = OpenRGB::connect().await?;

    Ok(())
}

See examples, and [OpenRGB] for client API.


openrgb-rs crates.io tests

Rust client library for OpenRGB SDK.

See documentation and examples.

Dependencies

~3–14MB
~111K SLoC