File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ readme = "README.md"
8
8
license = " MIT"
9
9
repository = " https://github.com/4lDO2/tcp-channel"
10
10
keywords = [" spsc" , " channel" ]
11
+ documentation = " https://docs.rs/tcp-channel"
12
+ categories = [" network-programming" ]
11
13
12
14
[dependencies ]
13
15
bincode = " 1.1.2"
Original file line number Diff line number Diff line change 1
1
# tcp-channel
2
2
3
+ [ ![ Crates.io] ( http://meritbadge.herokuapp.com/tcp-channel )] ( https://crates.io/crates/tcp-channel )
4
+ [ ![ Docs.rs] ( https://docs.rs/tcp-channel/badge.svg )] ( https://docs.rs/tcp-channel )
3
5
[ ![ Build Status] ( https://travis-ci.org/4lDO2/tcp-channel.svg?branch=master )] ( https://travis-ci.org/4lDO2/tcp-channel )
4
6
5
- SPSC channels in Rust, transmitted through anything that implements ` Read ` .
7
+ SPSC channels in Rust, transmitted through anything that implements ` Read ` and ` Write ` .
6
8
It uses ` bincode ` and ` serde ` for serialization and deserialization.
You can’t perform that action at this time.
0 commit comments