2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-16 05:16:44 +00:00
async-std/src/io/read
Nicholas Nethercote 1146c66f1b Remove extension_trait.
At this point, `extension_trait` is basically an expensive no-op. This
commit removes it. The next commit will adjust the indentation.
2022-03-11 13:14:40 +11:00
..
bytes.rs feat: do not require default feature for unstable 2020-01-11 11:44:51 +01:00
chain.rs feat: do not require default feature for unstable 2020-01-11 11:44:51 +01:00
mod.rs Remove extension_trait. 2022-03-11 13:14:40 +11:00
read.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
read_exact.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
read_to_end.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
read_to_string.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
read_vectored.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
take.rs feat: add basic wasm support 2020-05-02 20:27:50 +02:00