alumet 0.8.0

Modular framework for hardware and software measurement (including energy consumption and more).
Documentation
1
2
3
4
5
6
7
8
9
10
//! Implementation and control of transform tasks.

pub mod builder;
pub(crate) mod control;
pub mod error;
pub mod interface;
pub mod run;

pub use error::TransformError;
pub use interface::{Transform, TransformContext};