Crates.io | restruct |
lib.rs | restruct |
version | 0.1.2 |
source | src |
created_at | 2019-04-16 16:31:04.993944 |
updated_at | 2022-02-13 15:36:28.413841 |
description | Converts between raw bytes and structured data. |
homepage | |
repository | http://github.com/lukaslueg/restruct |
max_upload_size | |
id | 128404 |
size | 36,923 |
restruct
is used to interpret binary data stored in files or other sources or convert
between C structs and Rust types and when using a parser-generator is considered
disproportionate.
It is a brainchild of Python's struct-module.
See the restruct_derive
-crate for documentation.