You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Note: Maintainership of this project is slugglish. You may want to use [tungstenite](https://crates.io/crates/tungstenite) or [tokio-tungstenite](https://crates.io/crates/tokio-tungstenite) instead.**|
6
+
|----|
7
+
8
+
4
9
Rust-WebSocket is a WebSocket ([RFC6455](https://datatracker.ietf.org/doc/rfc6455/)) library written in Rust.
5
10
6
11
Rust-WebSocket provides a framework for dealing with WebSocket connections (both clients and servers). The library is currently in an experimental state, but provides functionality for both normal and secure WebSockets, a message level API supporting fragmentation, a data frame level API, and the ability to extend and customize behaviour.
@@ -10,7 +15,7 @@ Rust-WebSocket provides a framework for dealing with WebSocket connections (both
10
15
To add a library release version from [crates.io](https://crates.io/crates/websocket) to a Cargo project, add this to the 'dependencies' section of your Cargo.toml:
11
16
12
17
```INI
13
-
websocket = "0.22.4"
18
+
websocket = "0.23.0"
14
19
```
15
20
16
21
To add the library's Git repository to a Cargo project, add this to your Cargo.toml:
0 commit comments