Unsigned
########

|Packagist| |GitLab| |GitHub| |Codeberg| |Gitea|

Fixed length unsigned arithmetic emulation for PHP.

Installation
============

.. code-block:: bash

   composer require 'arokettu/unsigned'

Documentation
=============

.. toctree::
   :maxdepth: 2

   data_type
   import_export
   arithmetic

License
=======

The library is available as open source under the terms of the `2-Clause BSD License`_.

.. _2-Clause BSD License:   https://opensource.org/licenses/BSD-2-Clause

.. |Packagist|  image:: https://img.shields.io/packagist/v/arokettu/unsigned.svg?style=flat-square
   :target:     https://packagist.org/packages/arokettu/unsigned
.. |GitHub|     image:: https://img.shields.io/badge/get%20on-GitHub-informational.svg?style=flat-square&logo=github
   :target:     https://github.com/arokettu/unsigned
.. |GitLab|     image:: https://img.shields.io/badge/get%20on-GitLab-informational.svg?style=flat-square&logo=gitlab
   :target:     https://gitlab.com/sandfox/unsigned
.. |Codeberg|   image:: https://img.shields.io/badge/get%20on-Codeberg-informational.svg?style=flat-square&logo=codeberg
   :target:     https://codeberg.org/sandfox/unsigned
.. |Gitea|      image:: https://img.shields.io/badge/get%20on-Gitea-informational.svg?style=flat-square&logo=gitea
   :target:     https://sandfox.org/sandfox/unsigned
