ptth/src/lib.rs

20 lines
343 B
Rust

//! # PTTH
//!
//! PTTH is a set of tools for running HTTP servers that are disguised
//! as HTTP clients.
//!
//! This crate only contains integration tests. The other crates
//! fit into this dependency DAG:
//!
//! ```text
//! * ptth
//! |\
//! | * ptth_server
//! * | ptth_relay
//! |/
//! * ptth_core
//! ```
#[cfg (test)]
mod tests;