Lucio Franco
83e8fff090
reactor: Remove extra semi colon ( #1616 )
...
* reactor: Remove extra semi colon
* fmt
2019-09-30 15:06:17 -04:00
Lucio Franco
57ba3a7fbc
udp: Prep release v0.1.5 ( #1519 )
...
Signed-off-by: Lucio Franco <[email protected] >
2019-08-30 17:51:48 -04:00
Lucio Franco
c3c3481d74
udp: Fix UdpFramed decode ( #1517 )
2019-08-30 11:13:54 -07:00
Lucio Franco
7b39388415
Prep tokio-udp 0.1.4 release ( #1503 )
...
* Fix warnings in udp tests
* Prep tokio-udp 0.1.4 release
2019-08-28 12:16:40 -04:00
Lucio Franco
940f2c3431
Update tokio-trace-core to 0.2 ( #1111 )
...
Also includes 1b498e8aa2
2019-05-30 11:33:55 -07:00
Lucio Franco
e5cf0cc717
Introduce tokio-test crate ( #1030 )
2019-04-23 20:17:57 -07:00
Lucio Franco
7e51ab05e9
buf: Add IntoStream ( #1048 )
...
* buf: Add IntoStream
* Add debug implementation for IntoStream
* Add get_ref, get_mut and into_inner
2019-04-18 11:42:34 -04:00
Lucio Franco
92d51202ef
trace: Remove git dep on trace core for crates version ( #984 )
2019-03-13 15:07:47 -04:00
Lucio Franco
cb55bf4012
signal: Fix deprecated use of Handle::current ( #981 )
2019-03-13 11:56:25 -07:00
Lucio Franco
db4019d84a
trace: Fix tokio-trace documentation url in the README ( #939 )
2019-03-01 15:31:59 -08:00
Lucio Franco
dd66096ea0
buf: Add BufStreamExt trait and add a core feature ( #897 )
...
This change adds an extension trait to `BufStream` and puts the core
trait behind a feature flag for optional use.
This mainly adds the additional functions in an extension trait to
allow the user to select if they want just the core trait or the fully
featured version. Now the user can add the core feature to _not_
include the extension trait. By deafult, this feature is disabled.
2019-02-19 13:30:37 -08:00