3 releases
Uses old Rust 2015
0.1.2 | May 19, 2018 |
---|---|
0.1.1 | Feb 3, 2018 |
0.1.0 | Feb 3, 2018 |
#46 in #udp-socket
9KB
187 lines
Lz Shared UDP
Functionality for a shared tokio_core::net::UdpSocket
.
Features
- An implementation of
tokio_core::net::UdpSocket::framed<C: UdpCodec>(self)
which doesn't take ownership of theUdpSocket
(this may also be used withRc<UdpSocket>
andArc<UdpSocket>
).
License
This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).
Dependencies
~6MB
~94K SLoC