The Unofficial Solace PubSub+ Rust Client Library. Focuses on providing a safe and idiomatic API over the C Solace library. It can be used to access the services of a Solace PubSub+ Event Broker. The C library is not included.
```bash cargo add solace-rs
```
You can configure the link to use for downloading the solace c library. Just add the following configurable-env to your config.toml file
```toml [env] SOLCLIENTTARBALLURL=link-to-c-library-tar-ball
```
You can find examples in the examples folder. To run them:
bash
cargo run --example <example_name> -- <example_args>