Skip to main content

lychee_lib/checker/
mod.rs

1//! Checker Module
2//!
3//! This module contains all checkers, which are responsible for checking the status of a URL.
4
5pub(crate) mod file;
6pub(crate) mod mail;
7pub(crate) mod website;
8pub(crate) mod wikilink;