gospel

Crates.iogospel
lib.rsgospel
version0.3.1
sourcesrc
created_at2023-09-26 20:55:57.079243
updated_at2023-12-20 22:30:49.033396
descriptionIncremental byte munching
homepage
repositoryhttps://github.com/Aureole-Suite/Gospel
max_upload_size
id984040
size29,634
(Kyuuhachi)

documentation

README

Gospel

A crate for incremental reading and writing of binary files.

In addition to convenient zero-copy reading, the gospel::read module supports seeking, forking, and testing for testing for magic numbers. It also comes with the separate gospel-dump crate for writing hex dumps, which is useful when analyzing an unknown format.

The gospel::write module supports the dual of seeking, namely delayed writes with labels.

Commit count: 33

cargo fmt