ferrotherm-cloud 0.1.1

Cloud fabrics for ferrotherm: drives real third-party annealing silicon through the Device trait, starting with Hitachi's CMOS annealing ASIC. Separate crate because it needs a TLS client and the core has no dependencies.
Documentation
1
2
3
4
5
6
//! Cloud fabrics, reached through the same [`ferrotherm::fabric::Device`] trait as a CPU.
//!
//! A separate crate because it needs a TLS client and the core crate has no dependencies. Nothing
//! here is named by the core; deleting this crate leaves ferrotherm intact.

pub mod hitachi;