Crates.io | binbin |
lib.rs | binbin |
version | 0.2.0 |
source | src |
created_at | 2021-07-04 22:31:37.271433 |
updated_at | 2021-07-05 17:29:33.737009 |
description | Create structured binary files in arbitrary formats |
homepage | https://github.com/apparentlymart/rust-binbin |
repository | https://github.com/apparentlymart/rust-binbin |
max_upload_size | |
id | 418785 |
size | 35,817 |
binbin
is a library for writing structured binary data in arbitrary formats.
It has the following useful features, implemented in terms of
std::io::Write
, std::io::Seek
, and std::io::Read
:
For more information, see the binbin
documentation.