No description
Find a file
Eric S. Bullington ee6559b2a5 Renamed .babel
2014-05-15 13:59:51 -04:00
hex.babel Renamed .babel 2014-05-15 13:59:51 -04:00
hex.nim Added library and unittests 2014-05-14 09:34:24 -04:00
hex_test.nim Added library and unittests 2014-05-14 09:34:24 -04:00
LICENSE Expanded README 2014-05-14 09:42:58 -04:00
README.md Added to-do to README 2014-05-14 10:23:29 -04:00

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