tibrv 0.2.0

Bindings to the C library provided by TIBCO Rendezvous, a "high performance message oriented middleware" commonly used in the financial industry.
docs.rs failed to build tibrv-0.2.0
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.

tibrv-rs

Build Status Latest Version

Rust bindings for TIBCO Rendezvous, a message-oriented middleware.

Documentation

tibrv-rs is a set of Rust bindings to the C Implementation provided by TIBCO.

tibrv-rs is still developing, and until version 1.0.0 the API is likely to change.

License

tibrv-rs is licensed under either of

at your option.

TIBCO Rendezvous, and all related components therein are property of TIBCO Software, and are not provided with this software package. Refer to your own TIBCO License terms for details.

Naming

For the sake of clarity, the name of the project is "tibrv-rs", and the name of the crate is "tibrv".

The "-rs" suffix is intended to clearly separate this project from "tibrv", which is the short name used by TIBCO for Rendezvous itself. The crate name lacks the suffix, as including it would go against the conventions used by other projects in the Rust ecosystem.