Added simple hex string encoding/decoding package
This commit is contained in:
parent
2cdcc5975f
commit
2a1297527b
1 changed files with 10 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue