mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-09 07:50:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| filter | ||
| helpers | ||
| quirks | ||
| types | ||
| client.rs | ||
| client_pool.rs | ||
| collector.rs | ||
| extract.rs | ||
| lib.rs | ||
| test_utils.rs | ||