mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
Move tokio::net module into tokio tcp/udp crates (#224)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# tokio-udp
|
||||
|
||||
UDP bindings for `tokio`.
|
||||
|
||||
[Documentation](https://tokio-rs.github.io/tokio/tokio_udp/)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [MIT license](./LICENSE).
|
||||
|
||||
### Contribution
|
||||
|
||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
|
||||
terms or conditions.
|
||||
Reference in New Issue
Block a user