Skip to main content

ferrotherm_cloud/
lib.rs

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.
5
6pub mod hitachi;