1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/crates
Ed Page 873abecbf1
ignore: provide underlying IO Error
`ignore::Error` wraps `std::io::Error` with additional information
(as well as expose non-IO errors). For people wanting to inspect what
the error is, they have to recursively match the Enum. This provides
`io_error` and `into_io_error` helpers to do this for the user.

PR #1740
2020-11-23 10:19:31 -05:00
..
cli doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
core doc: sync --help output with man page 2020-11-15 15:27:23 -05:00
globset doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
grep doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
ignore ignore: provide underlying IO Error 2020-11-23 10:19:31 -05:00
matcher doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
pcre2 doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
printer doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
regex doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
searcher doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00