Jean-Serge / mizur

Mizur is a tool to simplify the handling of units, and units coercion/mapping. (it is an evolution of Abacus)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm actually writting the v2.0.0 of Mizur, checkout master to see the v1.x

Mizur

Pronounced /'meʒə/

Mizur is a tool to simplify the management, conversion
and mapping of units. The manipulation of measurement units should (at best) be typesafe.

Installation

If available in Hex, the package can be installed by adding mizur to your list of dependencies in mix.exs:

def deps do
  [{:mizur, "~> 2.0.0"}]
end

Special Thanks

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mizur/readme.html.

About

Mizur is a tool to simplify the handling of units, and units coercion/mapping. (it is an evolution of Abacus)

License:MIT License


Languages

Language:Elixir 100.0%