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);
}
- Registered by Elias Batek
- ~master released 6 years ago
- analogjupiter/Emoji-D
- public domain
- Copyright © 2018 0xEAB
- Authors:
- 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 - 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