1//! Cloud fabrics, reached through the same [`ferrotherm::fabric::Device`] trait as a CPU.
2//!
3//! A separate crate because it needs a TLS client and the core crate has no dependencies. Nothing
4//! here is named by the core; deleting this crate leaves ferrotherm intact.
56pub mod hitachi;