emoji-d ~master

🙂📚 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);
}
Authors:
  • Elias Batek (0xEAB)
Dependencies:
none
Versions:
11.0.2 2018-Sep-03
11.0.1 2018-Sep-03
11.0.0 2018-Sep-03
~master 2018-Sep-03
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 18 downloads total

Score:
0.6
Short URL:
emoji-d.dub.pm