endianness topic

List endianness repositories

bo

331
Stars
11
Forks
Watchers

The Swiss army knife of data examination and manipulation

bytes-java

149
Stars
33
Forks
Watchers

Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may de...

scroll

147
Stars
36
Forks
Watchers

Scroll - making scrolling through buffers fun since 2016

struct

66
Stars
17
Forks
Watchers

pack and unpack binary data.

Lilliput

42
Stars
4
Forks
Watchers

Low overhead file & byte processing for Swift. Has support for little and big endian data.

endian

28
Stars
10
Forks
Watchers

C++ library for conversion between big and little endian data representations.

EndianBinaryIO

27
Stars
5
Forks
Watchers

A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.

integer-encoding-rs

58
Stars
16
Forks
Watchers

Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writin...

NALib

19
Stars
5
Forks
Watchers

General purpose C sourcecode collection

byteordered

15
Stars
2
Forks
Watchers

A Rust library for reading and writing data with byte order awareness.