File tree Expand file tree Collapse file tree 3 files changed +12
-29
lines changed Expand file tree Collapse file tree 3 files changed +12
-29
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rsocket_rust"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [
" Jeffsky <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0"
77readme = " README.md"
8- repository = " https://github.com/jjeffcaii /rsocket-rust"
9- homepage = " https://github.com/jjeffcaii /rsocket-rust"
8+ repository = " https://github.com/rsocket /rsocket-rust"
9+ homepage = " https://github.com/rsocket /rsocket-rust"
1010description = " rsocket-rust is an implementation of the RSocket protocol in Rust."
1111
1212[dependencies ]
Original file line number Diff line number Diff line change 11# rsocket-rust
22
3- ![ logo] ( ./logo.jpg )
4-
53[ ![ Crates.io] ( https://img.shields.io/crates/v/rsocket_rust )] ( https://crates.io/crates/rsocket_rust )
64[ ![ Crates.io] ( https://img.shields.io/crates/d/rsocket_rust )] ( https://crates.io/crates/rsocket_rust )
7- [ ![ License] ( https://img.shields.io/github/license/jjeffcaii /rsocket-rust.svg )] ( https://github.com/jjeffcaii /rsocket-rust/blob/master/LICENSE )
8- [ ![ GitHub Release] ( https://img.shields.io/github/release-pre/jjeffcaii /rsocket-rust.svg )] ( https://github.com/jjeffcaii /rsocket-rust/releases )
5+ [ ![ License] ( https://img.shields.io/github/license/rsocket /rsocket-rust.svg )] ( https://github.com/rsocket /rsocket-rust/blob/master/LICENSE )
6+ [ ![ GitHub Release] ( https://img.shields.io/github/release-pre/rsocket /rsocket-rust.svg )] ( https://github.com/rsocket /rsocket-rust/releases )
97
10- > rsocket-rust is an implementation of the RSocket protocol in Rust.
11- It is under active development. ** Do not use it in a production environment!**
8+ > rsocket-rust is an implementation of the RSocket protocol in Rust.
9+ It's an ** alpha ** version and still under active development. ** Do not use it in a production environment!**
1210
1311## Example
1412
15- > Here are some example codes which show how RSocket works in Rust. : sunglasses :
13+ > Here are some example codes which show how RSocket works in Rust.
1614
1715### Server
1816
@@ -81,26 +79,11 @@ fn test_client() {
8179
8280## Dependencies
8381
84- - [ Tokio ] ( https://tokio.rs/ )
82+ - [ tokio ] ( https://tokio.rs/ )
8583- [ futures-rs] ( http://rust-lang-nursery.github.io/futures-rs/ )
8684
8785## TODO
8886
89- - Codec
90- - [x] Setup
91- - [x] Keepalive
92- - [x] Payload
93- - [x] RequestResponse
94- - [x] RequestStream
95- - [x] RequestChannel
96- - [x] RequestFireAndForget
97- - [x] MetadataPush
98- - [x] RequestN
99- - [x] Resume
100- - [x] ResumeOK
101- - [x] Cancel
102- - [x] Error
103- - [x] Lease
10487- Operations
10588 - [x] METADATA_PUSH
10689 - [x] REQUEST_FNF
@@ -110,8 +93,8 @@ fn test_client() {
11093- Transport
11194 - [x] TCP
11295 - [ ] Websocket
113- - Rx
96+ - Reactor
11497 - [ ] ...
11598- High Level APIs
116- - [x ] Client
117- - [x ] Server
99+ - [ ] Client
100+ - [ ] Server
You can’t perform that action at this time.
0 commit comments