Rust bindings for TIBCO Rendezvous, a message-oriented middleware.
tibrv-rs is a set of Rust bindings to the C Implementation provided by TIBCO.
tibrv-rs is still rapidly developing, and as evidenced by the empty 0.0.0 version published on crates.io is not ready for use in real projects. However, please clone this repo and hack on what's been published so far!
tibrv-rs
is licensed under either of
* Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
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.