summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/src/mirror.rs
blob: 5a7ca97b2e1271309b51867f3bfe6806debfe1d4 (plain)
1
2
3
4
5
6
//! The Tor directory mirror implementation.

/// Core data type of a directory mirror.
#[derive(Debug)]
#[non_exhaustive]
pub struct DirMirror {}