//! Request routing strategies for the Session network.
//!
//! Provides onion request routing (3-hop encrypted paths) and direct routing
//! (unencrypted, for testing/development).
/// Abstract router trait and path management.
/// Onion request router with path building and rotation.
/// Direct (non-onion) router for testing and development.
/// Per-category onion-path pool and rotation.