pub fn greet() -> &'static str
Returns a friendly Rustace greeting.
let msg = rustace::greet(); assert!(msg.contains("Rustace"));