#definition #object #packed #write #packing #memory #packtool

macro packtool-macro

In memory packing made easy: procedural macro definitions

3 releases (breaking)

0.3.0 Jul 19, 2021
0.2.0 Jul 15, 2021
0.1.0 Jun 8, 2021

#28 in #packed

Download history 23/week @ 2023-12-04 32/week @ 2023-12-11 18/week @ 2023-12-18 29/week @ 2023-12-25 39/week @ 2024-01-01 10/week @ 2024-01-08 16/week @ 2024-01-15 21/week @ 2024-01-29 10/week @ 2024-02-12 13/week @ 2024-02-19 55/week @ 2024-02-26 20/week @ 2024-03-04 23/week @ 2024-03-11 23/week @ 2024-03-18

122 downloads per month
Used in 4 crates (via packtool)

MIT/Apache

49KB
1.5K SLoC

packtool

Continuous Health Check

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.

Example

bitcoin block header

a simple example of the bitcoin block header format parsing is available in the examples directory.

$ cargo run --example bitcoin

tar

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)

License

This project is licensed under the [MIT] OR Apache-2.0 dual license.

Contribution

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.

Dependencies

~1.5MB
~33K SLoC