use nargacugaa_learn_rust_design_guide::adder; mod common; #[test] fn it_adds_two() { common::setup(); assert_eq!(5, adder::add_two(3)); }