Crates.io | socket-collection |
lib.rs | socket-collection |
version | 0.4.0 |
source | src |
created_at | 2018-10-08 13:28:31.844643 |
updated_at | 2018-12-04 12:54:40.851296 |
description | Collection of sockets wrapped for convenience |
homepage | |
repository | https://github.com/maidsafe/socket-collection |
max_upload_size | |
id | 88692 |
size | 106,742 |
Crate | Documentation | Linux/OS X/Windows |
---|---|---|
The goal of this crate is to provide a collection of async sockets which can be
used out of the box with mio
event loop. As a simple example, using stream
based protocols will require some sort of mechanism to determine the boundaries
of a message etc., and this crate provides default implementation to handle
those and abstract the boilerplate from the user libs.
In addition, socket-collection
supports optional encryption based on
safe_crypto crate.