rvoip-core 0.3.5

Transport-agnostic spine for RVoIP — types, ConnectionAdapter trait, BridgeManager, Orchestrator entry point
Documentation
1
2
3
4
5
6
//! V2.A — ID newtypes moved to `rvoip-core-traits` to break the
//! `rvoip-core → rvoip-vcon → rvoip-auth-core → rvoip-core` cycle.
//! This module re-exports everything so `use rvoip_core::ids::*`
//! call sites keep working unchanged.

pub use rvoip_core_traits::ids::*;