Solace-rs

crates.io docs.rs ci

The Unofficial Solace PubSub+ Rust Client Library.

Focuses on providing safe and idiomatic rust API over the C Solace library.

Features

Installation

```bash cargo add solace-rs

```

Configuring Solace Library Link

You can configure the url to use for downloading the solace c library. Just add the following configurable-env to your config.toml file

```toml [env] SOLCLIENTTARBALLURL=linktoclibrarytar_ball

```

Examples

You can find examples in the examples folder. To run them:

bash cargo run --example <example_name> -- <example_args>

Minimum supported Rust version (MSRV)

The current minimum supported Rust version (MSRV) is 1.66.0.

OS Support / CI Tests