An open API service indexing awesome lists of open source software.

https://github.com/hasnep/roc-hex

#️⃣ A Roc library to convert to and from hexadecimal integers
https://github.com/hasnep/roc-hex

hexadecimal roc roc-lang

Last synced: 6 months ago
JSON representation

#️⃣ A Roc library to convert to and from hexadecimal integers

Awesome Lists containing this project

README

          

# Roc Hex

A library for working with hexadecimal numbers in Roc.

Based on the [elm-hex](https://github.com/rtfeldman/elm-hex) library for Elm.

## Licence

This repository is released under the [UPL licence](./LICENCE) and is based on the [elm-hex](https://github.com/rtfeldman/elm-hex) library which is licenced under the [BSD 3-Clause License](./LICENCE-elm-hex).