The repository contains an OTP library application which binds the ICU library.
The icu_nif
module is a low level binding which matches C functions as much
as possible.
Other modules provide higher level functions.
The project can be built with:
make
The ICU library must be installed.
Tests can be run with:
make test
Code documentation is available at https://jobteaser.github.io/erl-icu/doc.