An open API service indexing awesome lists of open source software.

https://github.com/colduction/endianness

Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go
https://github.com/colduction/endianness

bigendian endianness go golang littleendian

Last synced: 2 months ago
JSON representation

Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go

Awesome Lists containing this project

README

          

# endianness

Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go

## Installation

Use go get.

go get github.com/colduction/endianness

## TODO

- [ ] BytesToUint16
- [ ] BytesToUint32
- [ ] BytesToUint64
- [ ] BytesToFloat32
- [ ] BytesToFloat64