Icu

icu exposes a variety of data and algorithms which are implemented in the icu4x Rust library to Elixir through a NIF.

Installation

The package can be installed by adding icu to your list of dependencies in mix.exs:

def deps do
[
{:icu, "~> 0.5.0"}
]
end

Documentation can be found at https://hexdocs.pm/icu.