personal-rns 0.3.4

Personal Reticulum: the pure engine, the high-level runtime, and every interface family behind one crate and one prelude
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "tokio-host")]
pub use prns_interfaces_tokio::bluetooth_auto::{
    AttachedBle, AttachedBluetoothLe, AutoBle, AutoBluetoothLe, BluetoothAuto, BluetoothAutoStatus,
    BluetoothPeer, ConfiguredAutoBle, ConfiguredAutoBluetoothLe,
};

#[cfg(all(feature = "embassy-host", not(feature = "tokio-host")))]
pub use prns_interfaces_embassy::bluetooth_auto::{
    connection_slots, BluetoothAuto, BluetoothAutoShared, BluetoothAutoStatus,
    BluetoothMemberStatus, BluetoothRecoveryCounters, BluetoothRecoveryReason, FrameLease,
    FramePoolError, SharedFramePool,
};