lychee/lychee-lib/src
Matthias d96c1269ff
Use thiserror for error handling (#399)
This removes some boilerplate and is arguably better
than handwriting the error handling code for
maintainability and avoid inconsitent functionality
for the error variants.
thiserror is also the de-facto standard for library
error types as of today.
2021-11-20 01:42:50 +01:00
..
filter Add more known false positive schema domains (#376) 2021-10-31 14:53:40 +01:00
helpers Remove srcset attribute from list of "link" attrs (#393) 2021-11-16 22:58:10 +01:00
quirks Fix remaining clippy lints 2021-09-03 16:29:57 +02:00
types Use thiserror for error handling (#399) 2021-11-20 01:42:50 +01:00
client.rs Add support for different output formats (compact, detailed, markdown) (#375) 2021-11-18 00:44:48 +01:00
client_pool.rs Bump deadpool from 0.7.0 to 0.9.1 (#371) 2021-10-28 02:05:58 +02:00
collector.rs Remove cache from collector and remove custom reqwest client pool 2021-10-07 18:07:18 +02:00
extract.rs Remove srcset attribute from list of "link" attrs (#393) 2021-11-16 22:58:10 +01:00
lib.rs Add back connection pool (#355) 2021-10-08 13:08:44 +02:00
test_utils.rs Add missing docs (#231) 2021-04-23 00:27:12 +02:00