use std::borrow::ToOwned; use once_cell::unsync::Lazy; pub const TEST_RESOURCES_ROOT: &str = "/home/tmerritt/Projects/resources/test"; pub const TEST_PERIPH_ROOT: &str = "/home/tmerritt/Projects/resources/test/periph"; pub const TEST_PERIPH_AT28C256_ROOT: &str = "/home/tmerritt/Projects/mos6502/resources/test/periph/at28c256";