lychee-lib 0.23.0

A fast, async link checker
Documentation
1
2
3
4
5
6
7
8
//! Checker Module
//!
//! This module contains all checkers, which are responsible for checking the status of a URL.

pub(crate) mod file;
pub(crate) mod mail;
pub(crate) mod website;
pub(crate) mod wikilink;