bufferpack icon indicating copy to clipboard operation
bufferpack copied to clipboard

JavaScript library to pack primitives to octet arrays, packaged for NodeJS

Results 4 bufferpack issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

1. Added Hex string supporting for a little requirement from my job works. I use a temp format name: `x`, because I found this format in [PHP](http://www.php.net/manual/en/function.pack.php) is `H` but...

By now, we can pack/unpack boolean value with the `?` invocation.