emoji-d 11.0.2
🙂📚 Unicode Emoji enum library
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
🙂📚 Emoji-D
Unicode Emoji enum library for the D Programming Language.
This library has been generated with the bundled list processor.
Usage
Just add this library as dependency to your DUB project file.
import std.stdio;
import emojid;
void main()
{
    writeln(cast(string)(Smileys.slightlySmilingFace));
    
    string message = "Hello World " ~ People.wavingHand;
    writeln(message);
}
- 11.0.2 released 7 years ago
 - analogjupiter/Emoji-D
 - public domain
 - Copyright © 2018 0xEAB
 
- Authors:
 - Dependencies:
 - none
 - Versions:
 - 
						
Show all 4 versions11.0.2 2018-Sep-03 11.0.1 2018-Sep-03 11.0.0 2018-Sep-03 ~master 2018-Sep-03  - Download Stats:
 - 
						
- 
								
0 downloads today
 - 
								
0 downloads this week
 - 
								
4 downloads this month
 - 
								
24 downloads total
 
 - 
								
 - Score:
 - 0.6
 - Short URL:
 - emoji-d.dub.pm