bookfile 0.2.0

A container file format with chapters and an index
Documentation
[dependencies.aversion]
version = "0.2"

[dependencies.byteorder]
version = "1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.2"

[package]
authors = ["Eric Seppanen <eds@reric.net>"]
categories = ["data-structures", "encoding"]
description = "A container file format with chapters and an index"
edition = "2018"
keywords = ["file", "format", "chapters"]
license = "Apache-2.0"
name = "bookfile"
readme = "README.md"
repository = "https://github.com/ericseppanen/bookfile"
version = "0.2.0"