#[cfg(feature = "network")]
pub mod types;
#[cfg(feature = "network")]
pub mod backend;
#[cfg(feature = "network")]
pub use types::{NetworkMetadata, NetworkScope, NetworkedEvent, NodeId};
#[cfg(feature = "network")]
pub use backend::{NetworkBackend, QuicClientBackend};