neoncore

Crates.ioneoncore
lib.rsneoncore
version7.0.0
sourcesrc
created_at2023-02-26 13:30:06.885228
updated_at2023-06-17 00:59:07.675778
descriptionCore utility library for working with binary data streams.
homepage
repositoryhttps://github.com/neonimp/neoncore.git
max_upload_size
id795063
size73,467
Matheus Xavier (xadaemon)

documentation

README

NeonCore

This library is aimed at helping build parsers for binary data, it contains functions for processing binary blobs like reading a number of values in sequence, or reading a string of a given length. it also supports lenght prefixed strings, and reading structs.

Usage

Sample usage for reading an elf file header can be found under the examples directory.

Commit count: 56

cargo fmt