Crates.io | neoncore |
lib.rs | neoncore |
version | 7.0.0 |
source | src |
created_at | 2023-02-26 13:30:06.885228 |
updated_at | 2023-06-17 00:59:07.675778 |
description | Core utility library for working with binary data streams. |
homepage | |
repository | https://github.com/neonimp/neoncore.git |
max_upload_size | |
id | 795063 |
size | 73,467 |
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.
Sample usage for reading an elf file header can be found under the examples
directory.