docs.rs failed to build solace-rs-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
solace-rs-0.8.0
Solace-rs
The Unofficial Solace PubSub+ Rust Client Library.
Focuses on providing safe and idiomatic rust API over the C Solace library.
Features
- Publishing and subscribing
- Direct
- Persistent
- Solcache - TODO
- Request Reply - TODO
- Async - TODO
Installation
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
[]
=link_to_c_library_tar_ball
Examples
You can find examples in the examples folder. To run them:
Minimum supported Rust version (MSRV)
The current minimum supported Rust version (MSRV) is 1.66.0.
OS Support / CI Tests
- linux
- linux-musl
- macos-12
- windows (no plans)