#框架 #Web框架 #Web #MessagePack #HTTP

tokio-tungstenite-typed

tokio-tungstenite 带类型安全消息

2个版本

0.1.1 2024年5月12日
0.1.0 2024年5月12日

#26 in #MessagePack

MIT 许可证

17KB
326

tokio-tungstenite-typed

tokio_tungstenite::WebSocketStream 带类型安全消息。

Build status Crates.io Documentation

有关此包的更多信息,请参阅包文档


lib.rs:

功能标志

以下功能可用

  • json:启用 TextJsonCodecBinaryJsonCodec,使用 serde_json 将消息编码为JSON。默认启用。
  • msgpack:启用 MsgPackCodec,使用 rmp-serde 将消息编码为MessagePack。
  • native-tlsrustls-tls-native-rootsrustls-tls-webpki-roots:在tungstenite中启用指定的tls后端

依赖关系

~4–15MB
~190K SLoC