webaves 0.1.0

Web archiving software suite
Documentation
1
2
3
4
5
6
7
8
9
//! Microservices for web archiving.
//!
//! These modules are provided for reuse by developers.
//! End-users should use the binaries provided by the `webaves-app` crate.
pub mod conn;
pub mod dns;
pub mod echo;
pub mod recording;
pub mod rpc;