Added Unitpacking (#1) (#3462)

This commit is contained in:
Eli Davis 2021-01-27 03:40:35 -06:00 committed by GitHub
parent 132c63827e
commit d8454f841f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1634,6 +1634,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions.
* [pletter](https://github.com/vimeda/pletter) - A standard way to wrap a proto message for message brokers.
* [structomap](https://github.com/tuvistavie/structomap) - Library to easily and dynamically generate maps from static structures.
* [unitpacking](https://github.com/recolude/unitpacking) - Library to pack unit vectors into as fewest bytes as possible.
## Server Applications