check_urls 0.1.0

Verify the validity of URLs inside your files
1
2
3
4
pub struct Message {
    pub path: String,
    pub url: String,
}