2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-23 07:21:29 +00:00
async-std/src/io
Pascal Hertleif 8ce3e78952 verbose errors feature
This adds a new "verbose-errors" feature flag to async-std that enables
wrapping certain errors in structures with more context. As an example,
we use it in `fs::File::{open,create}` to add the given path to the
error message (something that is lacking in std to annoyance of many).
2019-11-17 21:54:44 +01:00
..
buf_read update doc url 2019-11-15 14:33:34 +08:00
read update doc url 2019-11-15 14:33:34 +08:00
seek Update src/io/seek/mod.rs 2019-11-15 18:22:06 +08:00
write update doc url 2019-11-15 14:33:34 +08:00
buf_reader.rs Remove Pin API related unsafe code by using pin-project-lite cra… (#381) 2019-10-23 10:35:02 +01:00
buf_writer.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
copy.rs Unstable feature: copy takes arguments by value (#471) 2019-11-09 16:59:35 +01:00
cursor.rs Stabilize io::Cursor 2019-10-09 17:19:34 +02:00
empty.rs backlink io docs 2019-10-27 22:46:18 +01:00
mod.rs verbose errors feature 2019-11-17 21:54:44 +01:00
prelude.rs Expose extension traits in preludes 2019-11-06 00:21:32 +01:00
repeat.rs backlink io docs 2019-10-27 22:46:18 +01:00
sink.rs backlink io docs 2019-10-27 22:46:18 +01:00
stderr.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
stdin.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
stdio.rs cargo fmt 2019-10-13 19:54:44 +02:00
stdout.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
timeout.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
utils.rs verbose errors feature 2019-11-17 21:54:44 +01:00