util: resurrect UdpFramed (#3044)

This commit is contained in:
Evan Cameron
2020-11-06 16:59:15 +01:00
committed by GitHub
parent d7e3fcb9ee
commit 47658a6da5
6 changed files with 55 additions and 31 deletions
+2 -1
View File
@@ -24,8 +24,9 @@ categories = ["asynchronous"]
default = []
# Shorthand for enabling everything
full = ["codec", "compat", "io", "time"]
full = ["codec", "compat", "io", "time", "net"]
net = ["tokio/net"]
compat = ["futures-io",]
codec = ["tokio/stream"]
time = ["tokio/time","slab"]