Crates.io | packtool |
lib.rs | packtool |
version | 0.3.0 |
source | src |
created_at | 2021-06-08 12:37:07.330499 |
updated_at | 2021-07-19 08:56:08.945685 |
description | In memory packing made easy |
homepage | https://github.com/primetype/packtool |
repository | https://github.com/primetype/packtool/ |
max_upload_size | |
id | 407800 |
size | 63,153 |
Rust's tooling to write packed objects. Objects that can be packed into specific serialization format of fixed size.
Support rust from 1.51.0
onward.
a simple example of the bitcoin block header format parsing is available in the examples directory.
$ cargo run --example bitcoin
a very simplified implementation of the TAR archive file format is implemented in the examples directory.
$ tar -cf example.tar README.md Cargo.toml
$ cargo run --example tar
compressed file: README.md (967 bytes)
compressed file: Cargo.toml (885 bytes)
This project is licensed under the [MIT] OR [Apache-2.0] dual license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in keynesis
by you, shall be licensed as MIT OR Apache-2.0
dual
license, without any additional terms or conditions.