1 2 3 4
pub(crate) const ALICE: &str = "Alice"; pub(crate) const BOB: &str = "Bob"; pub(crate) const CHUCK: &str = "Chuck"; pub(crate) const DAVE: &str = "Dave";