summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit.rs
blob: efd38c89612a42fd4091806d4e05573e7b5915d8 (plain)
1
2
3
4
5
6
7
8
//! Circuit-related types and helpers.
//!
//! This code is shared between the client and relay implementations.

pub(crate) mod unique_id;

pub use crate::memquota::StreamAccount;
pub use unique_id::UniqId;