//! Stub direct router - sends requests without onion routing.
/// Stub direct router. Full implementation pending integration testing.
pubstructDirectRouter;implDirectRouter{/// Creates a new direct router instance.
pubfnnew()->Self{Self}}implDefault forDirectRouter{fndefault()->Self{Self::new()}}