Package: wnpp Severity: wishlist Owner: Roger Shimizu <[email protected]>
* Package name : golang-github-lunixbochs-struc Version : 0.0~git20241101.8d528fa2c543-1 Upstream Author : Ryan Hileman * URL : https://github.com/lunixbochs/struc * License : Expat Programming Lang: Go Description : Better binary packing library for golang Struc exists to pack and unpack C-style structures from bytes, which is useful for binary files and network protocols. It could be considered an alternative to encoding/binary, which requires massive boilerplate for some similar operations. . Struc considers usability first. That said, it does cache reflection data and aims to be competitive with encoding/binary struct packing in every way, including performance.

