Added simple hex string encoding/decoding package

This commit is contained in:
Eric S. Bullington 2014-05-14 10:07:57 -04:00
parent 2cdcc5975f
commit 2a1297527b

View File

@ -658,5 +658,14 @@
"description":"A simple MurmurHash3 wrapper for Nimrod",
"license": "MIT",
"web":"https://github.com/boydgreenfield/nimrod-murmur/"
}
},
{
"name":"hexed",
"url":"https://github.com/esbullington/nimrod-hex",
"method":"git",
"tags":["hex","encoding"],
"description":"A simple hex package for Nimrod",
"license": "MIT",
"web":"https://github.com/esbullington/nimrod-hex"
}
]