mirror of
https://github.com/esbullington/nimrod-hex
synced 2026-01-01 22:48:06 +00:00
No description
| hex.babel | ||
| hex.nim | ||
| hex_test.nim | ||
| LICENSE | ||
| README.md | ||
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