1 /// Adevice library used for whole program tests. 2 /// needed when importing modules in tests 3 #[allow(dead_code)] 4 pub mod adevice; 5 pub mod cli; 6 pub mod commands; 7 pub mod device; 8 pub mod fingerprint; 9 pub mod metrics; 10 pub mod progress; 11 pub mod restart_chooser; 12 pub mod tracking; 13