Crates.io | format-struct |
lib.rs | format-struct |
version | 0.4.0 |
source | src |
created_at | 2024-01-20 19:30:24.988297 |
updated_at | 2024-10-08 17:37:47.511116 |
description | A library for quick and easy format structure definitions for use in binary file parsing. |
homepage | |
repository | https://gitlab.com/turbocooler/format-struct |
max_upload_size | |
id | 1106768 |
size | 48,731 |
A library for quick and easy format structure definitions for use in binary file parsing.
See crate docs for more info and usage examples.
std
: Implements std::error::Error
on all errors (one error) provided by this crate.This crate requires Rust 1.56 at a minimum.
The MSRV may be changed in the future, but it will be accompanied by a minor version bump.
Licensed under either of
at your option.
Contributions are welcome and should be submitted as merge requests to this repository.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.