2个版本
0.1.1 | 2024年5月12日 |
---|---|
0.1.0 | 2024年5月12日 |
#26 in #MessagePack
17KB
326 行
tokio-tungstenite-typed
tokio_tungstenite::WebSocketStream
带类型安全消息。
有关此包的更多信息,请参阅包文档。
lib.rs
:
功能标志
以下功能可用
json
:启用TextJsonCodec
和BinaryJsonCodec
,使用serde_json
将消息编码为JSON。默认启用。msgpack
:启用MsgPackCodec
,使用rmp-serde
将消息编码为MessagePack。native-tls
,rustls-tls-native-roots
,rustls-tls-webpki-roots
:在tungstenite中启用指定的tls后端
依赖关系
~4–15MB
~190K SLoC