1//! One unit of work against the device, and what a backend supplies for it.
23mod backend;
4mod base;
5mod capture;
6mod collective;
7mod staging;
89pub use backend::*;
10pub use base::*;
11pub use capture::*;
12pub use collective::*;
13pub use staging::*;