mirror of
https://github.com/async-rs/async-std.git
synced 2025-12-03 20:04:28 +00:00
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).
|
||
|---|---|---|
| .. | ||
| buf_read | ||
| read | ||
| seek | ||
| write | ||
| buf_reader.rs | ||
| buf_writer.rs | ||
| copy.rs | ||
| cursor.rs | ||
| empty.rs | ||
| mod.rs | ||
| prelude.rs | ||
| repeat.rs | ||
| sink.rs | ||
| stderr.rs | ||
| stdin.rs | ||
| stdio.rs | ||
| stdout.rs | ||
| timeout.rs | ||
| utils.rs | ||