xlink 0.1.0

Unified Multi-Channel Communication SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(not(feature = "test_no_external_deps"))]
pub mod manager;

#[cfg(feature = "test_no_external_deps")]
pub mod manager_test;

#[cfg(feature = "test_no_external_deps")]
pub use manager_test::*;

#[cfg(not(feature = "test_no_external_deps"))]
pub use manager::*;