1use subslay::EmojiStylist; 2 3fn main() { 4 let s = EmojiStylist::default().unwrap(); 5 let r = s.slay("good vibes only"); 6 println!("{:?}", r); 7}