capp 0.4.3

Common things i use to build Rust CLI tools for web crawlers.
Documentation
1
2
3
4
5
#[path = "common/http_server.rs"]
pub mod http_server;

#[path = "common/support.rs"]
pub mod support;