#web-apps #applications #messaging #protocols #pattern #connection #subscription

wamp

使用 Rust 实现的 Web 应用消息协议

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2016 年 9 月 7 日

#48#subscription

MIT 许可协议

145KB
3.5K SLoC

WAMP-RS

WAMP-RS 是 Web 应用消息协议 (WAMP) 的 Rust 实现。

目前支持整个基本配置文件,以及高级配置文件中的基于模式的订阅和注册。

目前不支持安全连接。

有关使用说明,请参阅 示例 目录。

要将 WAMP-RS 包含到您的项目中,请在您的 Cargo.toml

[dependencies]
wamp = "0.1"

贡献

WAMP-RS 使用 serde-rs。为了获得更好的错误信息,请使用 rust nightly 编译,并启用夜间功能

rustup override set nightly
cargo build --no-default-features --features nightly

依赖项

~11MB
~251K SLoC