wrest 0.5.7

Async HTTP client for Windows backed by WinHTTP, with a reqwest-compatible API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration for `typos` (https://github.com/crate-ci/typos).
#
# Supported directive once these regexes are active:
#   // spellchecker:disable-line          (must appear at end of the line)
#
# Prefer adding entries to `[default.extend-words]` for recurring words

[default]
extend-ignore-re = [
    # End-of-line disable: `// spellchecker:disable-line`
    '(?Rm)^.*(#|//)\s*spellchecker:disable-line$',
]