# emojify Rust implementation of [emojify](https://github.com/mrowa44/emojify). ## Usage ``` $ echo ":tada: Initial commit" | emojify 🎉 Initial commit ``` ## License MIT