derelict-utf8proc 3.0.0-beta.2

Dynamic and static binding to the utf8proc 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:

DerelictUTF8Proc

A dynamic and static binding to the utf8proc library version 2.1.1 for the D Programming Language.

Please see the sections on Compiling and Linking and The Derelict Loader in the Derelict documentation for information on how to build DerelictUTF8Proc and load utf8proc at run time. In the meantime, here's some sample code.

import derelict.utf8proc.utf8proc;

void main() {
    // Load the UTF8Proc library.
    DerelictUTF8Proc.load();

    // Now utf8proc functions can be called.
    ...
}
Authors:
  • Dan Printzell
Dependencies:
none
Versions:
3.0.0-beta.2 2018-Aug-26
3.0.0-beta.1 2018-Aug-21
~master 2018-Aug-26
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 12 downloads total

Score:
0.7
Short URL:
derelict-utf8proc.dub.pm