Find Emoji by using Emoticons and GitHub's emoji names.
```rust use emojicon::Emojicon;
fn main() {
let emojicon = Emojicon::new();
asserteq!(emojicon.getbyemoticon("B-)"), Some("😎"));
asserteq!(emojicon.getbyname("cool").unwrap().collect::