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
- Host: GitHub
- URL: https://github.com/colduction/endianness
- Owner: Colduction
- License: apache-2.0
- Created: 2023-12-19T21:19:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T15:50:55.000Z (over 2 years ago)
- Last Synced: 2025-04-07T17:43:17.614Z (12 months ago)
- Topics: bigendian, endianness, go, golang, littleendian
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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