github.com/whiler/bin
Package bin implements encoding and decoding of binary data. The mapping between binary and Go values is described in the documentation for the Marshal and Unmarshal functions. bin can encode and decode fixed-size values by default. A fixed-size value is either a fixed-size arithmetic type (bool, int8, uint8, int16, float32, complex64, ...) or an array or struct containing only fixed-size values. bin can encode and decode variable-length values by implementing the Marshaler and Unmarshaler interface. bin is designed for encoding and decoding network protocol packets.
Ecosystem
proxy.golang.org
proxy.golang.org
Latest Release
over 5 years ago
v0.0.0-20200809170511-6445807d0b54
over 5 years ago
Versions
1
1
Loading...
Readme
Loading...
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/whiler/bin
spec |
| License | Apache-2.0 |
| Namespace | github.com/whiler |
| First Release | over 5 years ago |
| Last Synced | 20 days ago |
Repository
| Stars | 0 on GitHub |
| Forks | 0 on GitHub |
Rankings on proxy.golang.org
Overall
Top 8.2%