sakka 0.0.19

A low-level framework for implementing binary file format parsers and writers.
Documentation

Sakka

Tag Crates.io Version docs.rs Main CI Build Status License

Sakka is a low-level framework for implementing binary file format parsers and writers in Rust.

It provides primitives for reading and writing binary data, including endian handling, alignment, collections, and custom codecs. Parsers and writers can be implemented manually for full control, or generated using derive macros for common data structures.

Sakka is designed for working with existing binary formats where precise control over byte layout is required, while also providing the foundation for creating new binary formats.

License

The sakka project is licensed under either the Apache License, Version 2.0 or the MIT license, at your option.

See LICENSE-APACHE and LICENSE-MIT for details.