File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
rsocket-transport-websocket Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ GitHub Release] ( https://img.shields.io/github/release-pre/rsocket/rsocket-rust.svg )] ( https://github.com/rsocket/rsocket-rust/releases )
7
7
8
8
> rsocket-rust is an implementation of the RSocket protocol in Rust(1.39+).
9
- It's an ** alpha** version and still under active development.
10
- ** Do not use it in a production environment!**
9
+ It's an ** alpha** version and still under active development.
10
+ ** Do not use it in a production environment!**
11
11
12
12
## Example
13
13
@@ -96,8 +96,9 @@ async fn test() {
96
96
- More Operations
97
97
- [x] Error
98
98
- [ ] Cancel
99
- - [ ] Fragmentation
99
+ - [x ] Fragmentation
100
100
- [ ] Resume
101
+ - [ ] Keepalive
101
102
- QoS
102
103
- [ ] RequestN
103
104
- [ ] Lease
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ bytes = "0.5.4"
16
16
17
17
[dependencies .rsocket_rust ]
18
18
version = " 0.5.1"
19
- path = " ../rsocket"
20
19
features = [" frame" ]
21
20
22
21
[dependencies .tokio ]
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ serde_derive = "1.0.104"
21
21
[dependencies .rsocket_rust ]
22
22
version = " 0.5.1"
23
23
features = [" frame" ]
24
- path = " ../rsocket"
25
24
26
25
[dependencies .wasm-bindgen ]
27
26
version = " 0.2.59"
@@ -37,4 +36,4 @@ features = [
37
36
" MessageEvent" ,
38
37
" WebSocket" ,
39
38
" Event" ,
40
- ]
39
+ ]
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ tokio-tungstenite = "0.10.1"
18
18
19
19
[dependencies .rsocket_rust ]
20
20
version = " 0.5.1"
21
- path = " ../rsocket"
22
21
features = [" frame" ]
23
22
24
23
[dependencies .tokio ]
You can’t perform that action at this time.
0 commit comments