//! Rust backend primitives for the bluetape ecosystem.
//!
//! This root crate is a small convenience facade over the foundation crates
//! shipped in the first release. Use the focused crates directly when a smaller
//! dependency surface is preferred.
pub use bluetape_rs_async as async_utils;
pub use bluetape_rs_codec as codec;
pub use bluetape_rs_collections as collections;
pub use bluetape_rs_compression as compression;
pub use bluetape_rs_core as core;
pub use bluetape_rs_logging as logging;
pub use bluetape_rs_test as test;