hex

A simple hex package for Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Tags

Installation

nimble install hex
choosenim install hex
git clone https://github.com/esbullington/nimrod-hex

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
hex - - - - - - -

Source

Repository https://github.com/esbullington/nimrod-hex
Homepage https://github.com/esbullington/nimrod-hex
Registry Source nimble_official

README

nimrod-hex

Simple hex library for Nimrod

Example

import hex

hex.decode("776865726576657220796f7520676f2c20746865726520796f7520617265")
hex.encode("test string")

To-do

I just started using Nimrod, so I'm sure there are some Nimrod-specific optimizations I could use here. Pull requests are welcome.

License

MIT: See LICENSE file