Skip to content

S-Coyle/socket-collection

 
 

Repository files navigation

Socket collection

Crate Documentation Linux/OS X/Windows
Documentation Build Status

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.

License

socket-collection library is dual-licensed under the Modified BSD ( LICENSE-BSD) or the MIT license ( LICENSE-MIT) at your option.

About

Collection of sockets wrapped for convenience

Resources

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE-BSD
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Shell 0.1%