lychee/lychee-lib/src
Lucius Hu 476a048350
lychee-lib::client reworked (#500)
This commit mainly added or improved documentation for `lychee-lib::client`
module.

But it also contains a few API changes:

- `ClientBuilder::client()` now consumes itself instead of taking a reference.
  This helps to avoid a few unnecessary clones.
- `ClientBuilder::build_filter()` was a private function and is inlined to avoid
  unnecessary clones.
- Added a new crate-scoped function `Uri::set_scheme()`.

* added notes on deprecated site-local network

Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>
2022-02-10 00:04:48 +01:00
..
extract Add html5gum as alternative link extractor (#480) 2022-02-07 22:54:47 +01:00
filter Use tokenizer for extraction; add benchmark (#424) 2021-12-16 18:45:52 +01:00
helpers Add html5gum as alternative link extractor (#480) 2022-02-07 22:54:47 +01:00
quirks Fix remaining clippy lints 2021-09-03 16:29:57 +02:00
types lychee-lib::client reworked (#500) 2022-02-10 00:04:48 +01:00
client.rs lychee-lib::client reworked (#500) 2022-02-10 00:04:48 +01:00
collector.rs Add html5gum as alternative link extractor (#480) 2022-02-07 22:54:47 +01:00
lib.rs lychee-lib::client reworked (#500) 2022-02-10 00:04:48 +01:00
test_utils.rs Use tokenizer for extraction; add benchmark (#424) 2021-12-16 18:45:52 +01:00