summaryrefslogtreecommitdiffstats
path: root/tokio-codec/tests/framed_write.rs
AgeCommit message (Expand)Author
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-06-27codec: update to use std-future (#1214)jesskfullwood
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-06-21Fix unneeded mut and some deprecated api (#442)Roman
2018-06-04Create tokio-codec (#360)Bryan Burgers